Searched defs:swapped (Results 1 - 25 of 31) sorted by relevance

12

/external/chromium_org/chrome/browser/ui/views/app_list/win/
H A Dactivation_tracker_win.cc77 int swapped = GetSystemMetrics(SM_SWAPBUTTON); local
78 int left_button = swapped ? VK_RBUTTON : VK_LBUTTON;
80 int right_button = swapped ? VK_LBUTTON : VK_RBUTTON;
/external/chromium_org/third_party/mesa/src/src/glx/apple/
H A Dapple_xgl_api_read.c46 bool swapped; member in struct:apple_xgl_saved_state
55 * By default indicate that the state was not swapped, so that UnsetRead
58 saved->swapped = false;
69 saved->swapped = true;
76 saved->swapped = false;
84 if (saved->swapped) {
/external/chromium_org/third_party/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/mesa3d/src/glx/apple/
H A Dapple_xgl_api_read.c46 bool swapped; member in struct:apple_xgl_saved_state
55 * By default indicate that the state was not swapped, so that UnsetRead
58 saved->swapped = false;
69 saved->swapped = true;
76 saved->swapped = false;
84 if (saved->swapped) {
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
H A Dstw_ext_pixelformat.c428 boolean swapped; local
431 swapped = FALSE;
438 swapped = TRUE;
443 while (swapped);
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DIntersections.h102 bool swapped() const { function in class:Intersections
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_ext_pixelformat.c428 boolean swapped; local
431 swapped = FALSE;
438 swapped = TRUE;
443 while (swapped);
/external/ppp/pppd/include/
H A Dpcap-int.h46 int swapped; member in struct:pcap_sf
/external/skia/experimental/Intersection/
H A DIntersections.h102 bool swapped() const { function in class:Intersections
/external/libpcap/
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) {
230 p->swapped = swapped;
432 if (p->swapped) {
480 * so presumably they weren't swapped.
562 if (p->swapped)
[all...]
H A Dpcap-int.h152 int swapped; member in struct:pcap
H A Dsf-pcap-ng.c265 if (p->swapped) {
372 if (p->swapped) {
507 if (p->swapped)
654 int swapped = 0; local
733 swapped = 1;
759 p->swapped = swapped;
823 if (p->swapped) {
879 if (p->swapped) {
988 if (p->swapped) {
[all...]
/external/chromium_org/base/process/
H A Dprocess_metrics.h58 // swapped Pages swapped out to zram.
71 size_t swapped; member in struct:base::WorkingSetKBytes
/external/chromium_org/third_party/skia/src/pathops/
H A DSkIntersections.h201 bool swapped() const { function in class:SkIntersections
/external/skia/src/pathops/
H A DSkIntersections.h201 bool swapped() const { function in class:SkIntersections
/external/chromium_org/third_party/icu/source/common/
H A Ducnvsel.cpp53 uint8_t* swapped; member in struct:UConverterSelector
237 uprv_free(sel->swapped);
361 * @return 0 on failure, number of bytes swapped on success
362 * number of bytes swapped can be smaller than length
497 uint8_t* swapped = NULL; local
514 swapped = (uint8_t*)uprv_malloc(totalSize);
515 if (swapped == NULL) {
520 ucnvsel_swap(ds, p, length, swapped, status);
523 uprv_free(swapped);
526 p = swapped;
[all...]
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dtrie2test.c627 uint32_t swapped[10000]; local
633 uprv_memset(swapped, 0x55, length2);
644 swappedLength=utrie2_swap(ds, storage, length2, swapped, &errorCode);
656 swappedLength=utrie2_swap(ds, swapped, -1, NULL, &errorCode);
664 swappedLength=utrie2_swap(ds, swapped, length2, storage, &errorCode);
/external/chromium_org/third_party/icu/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/chromium_org/tools/linux/
H A Dprocfs.py529 def __init__(self, vsize, present, swapped, pageframes):
532 self._swapped = swapped
544 def swapped(self): member in class:ProcPagemap.VMA
551 def __init__(self, vsize, present, swapped, vma_internals, in_process_dup):
554 self._swapped = swapped
574 swapped = 0
599 swapped += ProcPagemap._BYTES_PER_OS_PAGE
600 vma_internals[vma] = ProcPagemap.VMA(vsize, present, swapped, pageframes)
602 total_swapped += swapped
625 def swapped(sel member in class:ProcPagemap
[all...]
/external/icu/icu4c/source/common/
H A Ducnvsel.cpp55 uint8_t* swapped; member in struct:UConverterSelector
239 uprv_free(sel->swapped);
363 * @return 0 on failure, number of bytes swapped on success
364 * number of bytes swapped can be smaller than length
499 uint8_t* swapped = NULL; local
516 swapped = (uint8_t*)uprv_malloc(totalSize);
517 if (swapped == NULL) {
522 ucnvsel_swap(ds, p, length, swapped, status);
525 uprv_free(swapped);
528 p = swapped;
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dtrie2test.c627 uint32_t swapped[10000]; local
633 uprv_memset(swapped, 0x55, length2);
644 swappedLength=utrie2_swap(ds, storage, length2, swapped, &errorCode);
656 swappedLength=utrie2_swap(ds, swapped, -1, NULL, &errorCode);
664 swappedLength=utrie2_swap(ds, swapped, length2, storage, &errorCode);
H A Dccapitst.c3036 char normal[32], swapped[32]; local
3051 strcpy(swapped, name);
3052 strcat(swapped, UCNV_SWAP_LFNL_OPTION_STRING);
3055 swapCnv=ucnv_open(swapped, &errorCode);
3058 log_data_err("TestEBCDICSwapLFNL error: unable to open %s or %s (%s)\n", name, swapped, u_errorName(errorCode));
3082 pc=swapped;
3083 ucnv_fromUnicode(swapCnv, &pc, swapped+LENGTHOF(swapped), &pcu, text+LENGTHOF(text), NULL, TRUE, &errorCode);
3084 swappedLength=(int32_t)(pc-swapped);
3107 if(c!=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/clang/test/SemaCXX/
H A Dconstant-expression-cxx1y.cpp118 constexpr int swapped = maybe_htonl(false, 123); // expected-error {{constant expression}} expected-note {{in call}} variable
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Devsel.c1167 bool swapped = evsel->needs_swap; local
1180 if (swapped) {
1207 if (swapped) {
1240 bool swapped = evsel->needs_swap; local
1287 if (swapped) {
1323 if (swapped) {
1396 if (WARN_ONCE(swapped,
1570 bool swapped)
1595 if (swapped) {
1630 if (swapped) {
1567 perf_event__synthesize_sample(union perf_event *event, u64 type, u64 sample_regs_user, u64 read_format, const struct perf_sample *sample, bool swapped) argument
[all...]

Completed in 857 milliseconds

12