Searched refs:swapped (Results 1 - 25 of 65) sorted by relevance

123

/external/syslinux/com32/lib/
H A Dqsort.c29 int swapped; local
36 swapped = 0;
42 swapped = 1;
45 } while (gap > 1 || swapped);
/external/ltp/testcases/kernel/mem/swapping/
H A Dswapping01.c120 long swap_free_now, swapped; local
139 swapped = swap_free_init - swap_free_now;
140 if (swapped > mem_over_max) {
143 "%ld MB swapped.", swapped / 1024);
146 tst_res(TPASS, "no heavy swapping detected, %ld MB swapped.",
147 swapped / 1024);
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_draw.c214 union pipe_color_union swapped; local
217 swapped.ui[0] = color->ui[0];
218 swapped.ui[1] = color->ui[1];
219 swapped.ui[2] = color->ui[2];
220 swapped.ui[3] = color->ui[3];
223 swapped.ui[2] = color->ui[0];
224 swapped.ui[1] = color->ui[1];
225 swapped.ui[0] = color->ui[2];
226 swapped.ui[3] = color->ui[3];
229 swapped
[all...]
/external/mesa3d/src/glx/apple/
H A Dapple_xgl_api_read.c47 bool swapped; member in struct:apple_xgl_saved_state
56 * By default indicate that the state was not swapped, so that UnsetRead
59 saved->swapped = false;
70 saved->swapped = true;
77 saved->swapped = false;
85 if (saved->swapped) {
/external/syslinux/core/lwip/src/core/ipv4/
H A Dinet_chksum.c279 u8_t swapped; local
282 swapped = 0;
293 swapped = 1 - swapped;
299 if (swapped) {
339 u8_t swapped; local
343 swapped = 0;
359 swapped = 1 - swapped;
365 if (swapped) {
413 u8_t swapped; local
[all...]
/external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.cpp207 uint64_t swapped = (Value & 0xFFFF0000) >> 16; local
208 swapped |= (Value & 0x0000FFFF) << 16;
209 return swapped;
227 // but with 16-bit halfwords swapped.
229 uint64_t swapped = (Value & 0xFFFF0000) >> 16; local
230 swapped |= (Value & 0x0000FFFF) << 16;
231 return swapped;
265 uint64_t swapped = (out & 0xFFFF0000) >> 16; local
266 swapped |= (out & 0x0000FFFF) << 16;
267 return swapped;
292 uint64_t swapped = (out & 0xFFFF0000) >> 16; local
307 uint32_t swapped = (out & 0xFFFF0000) >> 16; local
382 uint32_t swapped = (Value & 0xFFFF0000) >> 16; local
[all...]
/external/adhd/cras/src/common/
H A Dcras_observer_ops.h37 /* Node left/right swapped state change. */
40 int swapped);
/external/adhd/cras/src/server/
H A Dcras_observer.h84 int swapped);
H A Dcras_observer.c64 int swapped; member in struct:cras_observer_alert_data_node_lr_swapped
201 node_data->swapped);
464 int swapped)
469 data.swapped = swapped;
463 cras_observer_notify_node_left_right_swapped(cras_node_id_t node_id, int swapped) argument
/external/ppp/pppd/include/
H A Dpcap-int.h46 int swapped; member in struct:pcap_sf
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
H A DASN1Set.java507 boolean swapped = true;
510 while (swapped)
516 swapped = false;
533 swapped = true;
/external/libpcap/
H A Dsf-pcap-ng.c271 if (p->swapped) {
381 if (p->swapped) {
518 if (p->swapped)
715 int swapped = 0; local
794 swapped = 1;
820 p->swapped = swapped;
884 if (p->swapped) {
942 if (p->swapped) {
1063 if (p->swapped) {
[all...]
H A Dsf-pcap.c157 int swapped = 0; local
167 * number for a pcap savefile, or for a byte-swapped pcap
176 swapped = 1;
202 * If it's a byte-swapped capture file, byte-swap the header.
204 if (swapped) {
253 p->swapped = swapped;
455 if (p->swapped) {
503 * so presumably they weren't swapped.
615 if (p->swapped)
[all...]
/external/icu/icu4c/source/tools/toolutil/
H A Dpkgitems.cpp63 NativeItem() : pItem(NULL), pInfo(NULL), bytes(NULL), swapped(NULL), length(0) {}
64 NativeItem(const Item *item, UDataSwapFn *swap) : swapped(NULL) {
68 delete [] swapped;
103 swapped=new uint8_t[pItem->length];
104 if(swapped==NULL) {
108 swap(ds, pItem->data, pItem->length, swapped, &errorCode);
109 pInfo=::getDataInfo(swapped, pItem->length, infoLength, itemHeaderLength, &errorCode);
110 bytes=swapped+itemHeaderLength;
119 uint8_t *swapped; member in class:NativeItem
/external/icu/icu4c/source/common/
H A Ducnvsel.cpp57 uint8_t* swapped; member in struct:UConverterSelector
241 uprv_free(sel->swapped);
365 * @return 0 on failure, number of bytes swapped on success
366 * number of bytes swapped can be smaller than length
501 uint8_t* swapped = NULL; local
518 swapped = (uint8_t*)uprv_malloc(totalSize);
519 if (swapped == NULL) {
524 ucnvsel_swap(ds, p, length, swapped, status);
527 uprv_free(swapped);
530 p = swapped;
[all...]
/external/adhd/cras/src/tests/
H A Dobserver_unittest.cc161 /* Node left/right swapped state change. */
164 int swapped) {
168 cb_node_left_right_swapped_changed_swapped.push_back(swapped);
470 const int swapped = 1; local
472 cras_observer_notify_node_left_right_swapped(node_id, swapped);
480 EXPECT_EQ(data->swapped, swapped);
486 EXPECT_EQ(cb_node_left_right_swapped_changed_swapped[0], swapped);
487 EXPECT_EQ(cb_node_left_right_swapped_changed_swapped[1], swapped);
162 cb_node_left_right_swapped_changed(void *context, cras_node_id_t node_id, int swapped) argument
H A Dcras_monitor.c153 cras_node_id_t node_id, int swapped)
158 printf("output node '%s' left-right swapped: %d\n", node_name, swapped);
152 node_left_right_swapped_changed(void *context, cras_node_id_t node_id, int swapped) argument
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_ext_pixelformat.c447 boolean swapped; local
450 swapped = FALSE;
457 swapped = TRUE;
462 while (swapped);
/external/ltp/testcases/kernel/syscalls/madvise/
H A Dmadvise09.c90 /* If swap accounting is disabled exit after process swapped out 100MB */
92 int swapped; local
94 SAFE_FILE_LINES_SCANF("/proc/self/status", "VmSwap: %d", &swapped);
96 if (swapped > 100 * 1024)
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
H A Ddecode.c58 uint16_t swapped[NO_OF_WORDS_30MS]; local
72 WebRtcIlbcfix_SwapBytes(bytes, iLBCdec_inst->no_of_words, swapped);
73 last_bit = WebRtcIlbcfix_UnpackBits(swapped, iLBCbits_inst, iLBCdec_inst->mode);
/external/gptfdisk/
H A Dbasicmbr.cc1280 int i, j = 4, numMoved = 0, swapped = 0; local
1286 swapped = 0;
1292 swapped = 1;
1296 } while ((j < MAX_MBR_PARTS) && !swapped);
1307 int i, j = 0, numMoved = 0, swapped = 0; local
1313 swapped = 0;
1319 swapped = 1;
1323 } while ((j < 4) && !swapped);
1334 int allOK = 1, i = 0, swapped = 0; local
1354 swapped
[all...]
/external/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_peephole.cpp109 bool swapped = false; local
113 swapped = true;
119 if (swapped || (a->src[1]->is_const() &&
/external/llvm/test/MC/Mips/
H A Duser-macro-argument-separation.s11 # imm and rs are deliberately swapped to test whitespace separated arguments.
/external/compiler-rt/lib/builtins/
H A Dfp_add_impl.inc59 // Extract the exponent and significand from the (possibly swapped) a and b.
/external/skia/src/utils/
H A DSkDashPath.cpp109 bool swapped = maxXY < minXY; local
110 if (swapped) {
127 if (!swapped) {
133 if (swapped) {
139 if (swapped) {

Completed in 781 milliseconds

123