HomeSort by relevance Sort by last modified time
    Searched defs:swapped (Results 1 - 25 of 55) sorted by null

1 2 3

  /external/mesa3d/src/glx/apple/
apple_xgl_api_read.c 47 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/com32/lib/
qsort.c 29 int swapped; local
36 swapped = 0;
42 swapped = 1;
45 } while (gap > 1 || swapped);
  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
decode.c 58 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);
  /frameworks/base/core/tests/coretests/src/android/view/
ViewStubTest.java 52 final View swapped = stub.inflate(); local
54 assertNotNull("The inflated view is null", swapped);
63 final View swapped = stub.inflate(); local
65 assertNotNull("The inflated view is null", swapped);
66 assertTrue("The inflated view has no id", swapped.getId() != View.NO_ID);
67 assertTrue("The inflated view has the wrong id", swapped.getId() == R.id.stub_inflated);
76 final View swapped = stub.inflate(); local
78 assertNotNull("The inflated view is null", swapped);
81 stub.getLayoutParams().width, swapped.getLayoutParams().width);
83 stub.getLayoutParams().height, swapped.getLayoutParams().height)
    [all...]
  /external/ltp/testcases/kernel/mem/swapping/
swapping01.c 120 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/
fd5_draw.c 214 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.ui[3] = color->ui[0]
    [all...]
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_ext_pixelformat.c 447 boolean swapped; local
450 swapped = FALSE;
457 swapped = TRUE;
462 while (swapped);
  /external/skia/src/utils/
SkDashPath.cpp 109 bool swapped = maxXY < minXY; local
110 if (swapped) {
127 if (!swapped) {
133 if (swapped) {
139 if (swapped) {
  /external/skqp/src/utils/
SkDashPath.cpp 109 bool swapped = maxXY < minXY; local
110 if (swapped) {
127 if (!swapped) {
133 if (swapped) {
139 if (swapped) {
  /external/syslinux/core/lwip/src/core/ipv4/
inet_chksum.c 279 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/ltp/testcases/kernel/syscalls/madvise/
madvise09.c 90 /* 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/mesa3d/src/gallium/drivers/r600/sb/
sb_peephole.cpp 109 bool swapped = false; local
113 swapped = true;
119 if (swapped || (a->src[1]->is_const() &&
  /external/ppp/pppd/include/
pcap-int.h 46 int swapped; member in struct:pcap_sf
  /external/libpcap/
sf-pcap.c 130 SWAPPED,
157 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;
329 ps->lengths_swapped = SWAPPED;
337 ps->lengths_swapped = SWAPPED;
    [all...]
  /external/skia/src/pathops/
SkIntersections.h 211 bool swapped() const { function in class:SkIntersections
  /external/skqp/src/pathops/
SkIntersections.h 211 bool swapped() const { function in class:SkIntersections
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
ARMAsmBackend.cpp 207 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/server/
cras_observer.c 64 int swapped; member in struct:cras_observer_alert_data_node_lr_swapped
201 node_data->swapped);
464 int swapped)
469 data.swapped = swapped;
  /external/adhd/cras/src/tests/
observer_unittest.cc 161 /* 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);
  /external/icu/icu4c/source/common/
ucnvsel.cpp 57 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/icu/icu4c/source/tools/toolutil/
pkgitems.cpp 63 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/libchrome/base/process/
process_metrics.h 68 // swapped Pages swapped out to zram.
85 size_t swapped; member in struct:base::WorkingSetKBytes
  /external/libcups/filter/
raster.c 47 swapped; /* Non-zero if data is byte-swapped */ member in struct:_cups_raster_s
442 r->swapped = 1;
460 DEBUG_printf(("1cupsRasterOpenIO: r->swapped=%d, r->sync=%08x\n", r->swapped, r->sync));
483 r->swapped = r->sync != CUPS_RASTER_SYNC_PWG;
489 r->swapped = r->sync != CUPS_RASTER_SYNCapple;
630 if (r->swapped &&
779 r->swapped)
    [all...]
  /external/tpm2/
CpriRSA.c 1185 BYTE swapped[4]; local
    [all...]
RSAKeySieve.c 155 BYTE swapped[4]; local
173 UINT32_TO_BYTE_ARRAY(inner, swapped);
174 _cpri__UpdateHash(&h, 4, swapped);
182 UINT32_TO_BYTE_ARRAY(*(ktx->outer), swapped);
183 _cpri__UpdateHash(&h, 4, swapped);

Completed in 804 milliseconds

1 2 3