/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
H A D | fd5_draw.c | 262 union pipe_color_union swapped; variable 265 swapped.ui[0] = color->ui[0]; 266 swapped.ui[1] = color->ui[1]; 267 swapped.ui[2] = color->ui[2]; 268 swapped.ui[3] = color->ui[3]; 271 swapped.ui[2] = color->ui[0]; 272 swapped.ui[1] = color->ui[1]; 273 swapped.ui[0] = color->ui[2]; 274 swapped.ui[3] = color->ui[3]; 277 swapped [all...] |
/third_party/mesa3d/src/glx/apple/ |
H A D | apple_xgl_api_read.c | 47 bool swapped; member 56 * By default indicate that the state was not swapped, so that UnsetRead in SetRead() 59 saved->swapped = false; in SetRead() 70 saved->swapped = true; in SetRead() 77 saved->swapped = false; in SetRead() 85 if (saved->swapped) { in UnsetRead()
|
/third_party/ltp/testcases/kernel/mem/swapping/ |
H A D | swapping01.c | 129 long swap_free_now, swapped; in check_swapping() local 147 swapped = SAFE_READ_PROC_STATUS(pid, "VmSwap:"); in check_swapping() 148 if (swapped > mem_over_max) { in check_swapping() 151 "%ld MB swapped.", swapped / 1024); in check_swapping() 154 tst_res(TPASS, "no heavy swapping detected, %ld MB swapped.", in check_swapping() 155 swapped / 1024); in check_swapping()
|
/third_party/lwip/src/core/ |
H A D | inet_chksum.c | 263 int swapped = 0; in inet_cksum_pseudo_base() local 275 swapped = !swapped; in inet_cksum_pseudo_base() 281 if (swapped) { in inet_cksum_pseudo_base() 403 int swapped = 0; in inet_cksum_pseudo_partial_base() local 421 swapped = !swapped; in inet_cksum_pseudo_partial_base() 427 if (swapped) { in inet_cksum_pseudo_partial_base() 572 int swapped = 0; in inet_chksum_pbuf() local 579 swapped in inet_chksum_pbuf() [all...] |
/third_party/pulseaudio/src/pulsecore/ |
H A D | aupdate.c | 40 bool swapped; member 103 a->swapped = false; in pa_aupdate_write_begin() 123 a->swapped = true; in pa_aupdate_write_swap() 131 if (!a->swapped) in pa_aupdate_write_end()
|
/third_party/icu/icu4c/source/common/ |
H A D | ucnvsel.cpp | 58 uint8_t* swapped; member 242 uprv_free(sel->swapped); in ucnvsel_close() 366 * @return 0 on failure, number of bytes swapped on success 367 * number of bytes swapped can be smaller than length 502 uint8_t* swapped = NULL; in ucnvsel_openFromSerialized() local 519 swapped = (uint8_t*)uprv_malloc(totalSize); in ucnvsel_openFromSerialized() 520 if (swapped == NULL) { in ucnvsel_openFromSerialized() 525 ucnvsel_swap(ds, p, length, swapped, status); in ucnvsel_openFromSerialized() 528 uprv_free(swapped); in ucnvsel_openFromSerialized() 531 p = swapped; in ucnvsel_openFromSerialized() [all...] |
/third_party/node/deps/icu-small/source/common/ |
H A D | ucnvsel.cpp | 58 uint8_t* swapped; member 242 uprv_free(sel->swapped); in ucnvsel_close() 366 * @return 0 on failure, number of bytes swapped on success 367 * number of bytes swapped can be smaller than length 502 uint8_t* swapped = nullptr; in ucnvsel_openFromSerialized() local 519 swapped = (uint8_t*)uprv_malloc(totalSize); in ucnvsel_openFromSerialized() 520 if (swapped == nullptr) { in ucnvsel_openFromSerialized() 525 ucnvsel_swap(ds, p, length, swapped, status); in ucnvsel_openFromSerialized() 528 uprv_free(swapped); in ucnvsel_openFromSerialized() 531 p = swapped; in ucnvsel_openFromSerialized() [all...] |
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ucnvsel.cpp | 58 uint8_t* swapped; member 242 uprv_free(sel->swapped); in ucnvsel_close() 366 * @return 0 on failure, number of bytes swapped on success 367 * number of bytes swapped can be smaller than length 502 uint8_t* swapped = NULL; in ucnvsel_openFromSerialized() local 519 swapped = (uint8_t*)uprv_malloc(totalSize); in ucnvsel_openFromSerialized() 520 if (swapped == NULL) { in ucnvsel_openFromSerialized() 525 ucnvsel_swap(ds, p, length, swapped, status); in ucnvsel_openFromSerialized() 528 uprv_free(swapped); in ucnvsel_openFromSerialized() 531 p = swapped; in ucnvsel_openFromSerialized() [all...] |
/third_party/node/deps/icu-small/source/tools/toolutil/ |
H A D | pkgitems.cpp | 63 NativeItem() : pItem(nullptr), pInfo(nullptr), bytes(nullptr), swapped(nullptr), length(0) {} in NativeItem() 64 NativeItem(const Item *item, UDataSwapFn *swap) : swapped(nullptr) { in NativeItem() 68 delete [] swapped; in ~NativeItem() 103 swapped=new uint8_t[pItem->length]; in setItem() 104 if(swapped==nullptr) { in setItem() 108 swap(ds, pItem->data, pItem->length, swapped, &errorCode); in setItem() 109 pInfo=::getDataInfo(swapped, pItem->length, infoLength, itemHeaderLength, &errorCode); in setItem() 110 bytes=swapped+itemHeaderLength; in setItem() 119 uint8_t *swapped; member in NativeItem
|
/third_party/icu/icu4c/source/tools/toolutil/ |
H A D | pkgitems.cpp | 63 NativeItem() : pItem(NULL), pInfo(NULL), bytes(NULL), swapped(NULL), length(0) {} in NativeItem() 64 NativeItem(const Item *item, UDataSwapFn *swap) : swapped(NULL) { in NativeItem() 68 delete [] swapped; in ~NativeItem() 103 swapped=new uint8_t[pItem->length]; in setItem() 104 if(swapped==NULL) { in setItem() 108 swap(ds, pItem->data, pItem->length, swapped, &errorCode); in setItem() 109 pInfo=::getDataInfo(swapped, pItem->length, infoLength, itemHeaderLength, &errorCode); in setItem() 110 bytes=swapped+itemHeaderLength; in setItem() 119 uint8_t *swapped; member in NativeItem
|
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
H A D | pkgitems.cpp | 63 NativeItem() : pItem(NULL), pInfo(NULL), bytes(NULL), swapped(NULL), length(0) {} in NativeItem() 64 NativeItem(const Item *item, UDataSwapFn *swap) : swapped(NULL) { in NativeItem() 68 delete [] swapped; in ~NativeItem() 103 swapped=new uint8_t[pItem->length]; in setItem() 104 if(swapped==NULL) { in setItem() 108 swap(ds, pItem->data, pItem->length, swapped, &errorCode); in setItem() 109 pInfo=::getDataInfo(swapped, pItem->length, infoLength, itemHeaderLength, &errorCode); in setItem() 110 bytes=swapped+itemHeaderLength; in setItem() 119 uint8_t *swapped; member in NativeItem
|
/third_party/gptfdisk/ |
H A D | basicmbr.cc | 1313 int i, j, numMoved = 0, swapped = 0; in RemoveLogicalsFromFirstFour() local 1319 swapped = 0; in RemoveLogicalsFromFirstFour() 1325 swapped = 1; in RemoveLogicalsFromFirstFour() 1329 } while ((j < MAX_MBR_PARTS) && !swapped); in RemoveLogicalsFromFirstFour() 1340 int i, j = 0, numMoved = 0, swapped = 0; in MovePrimariesToFirstFour() local 1346 swapped = 0; in MovePrimariesToFirstFour() 1352 swapped = 1; in MovePrimariesToFirstFour() 1356 } while ((j < 4) && !swapped); in MovePrimariesToFirstFour() 1367 int allOK = 1, i = 0, swapped = 0; in CreateExtended() local 1387 swapped in CreateExtended() [all...] |
/third_party/mesa3d/src/gallium/frontends/wgl/ |
H A D | stw_ext_pixelformat.c | 445 boolean swapped; in wglChoosePixelFormatARB() local 448 swapped = FALSE; in wglChoosePixelFormatARB() 455 swapped = TRUE; in wglChoosePixelFormatARB() 460 while (swapped); in wglChoosePixelFormatARB()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
H A D | fd6_gmem.c | 1068 union pipe_color_union swapped; in emit_clears() local 1071 swapped.ui[0] = color->ui[0]; in emit_clears() 1072 swapped.ui[1] = color->ui[1]; in emit_clears() 1073 swapped.ui[2] = color->ui[2]; in emit_clears() 1074 swapped.ui[3] = color->ui[3]; in emit_clears() 1077 swapped.ui[2] = color->ui[0]; in emit_clears() 1078 swapped.ui[1] = color->ui[1]; in emit_clears() 1079 swapped.ui[0] = color->ui[2]; in emit_clears() 1080 swapped.ui[3] = color->ui[3]; in emit_clears() 1083 swapped in emit_clears() [all...] |
/third_party/ltp/testcases/kernel/syscalls/madvise/ |
H A D | madvise09.c | 78 /* If swap accounting is disabled exit after process swapped out 100MB */ in memory_pressure_child() 80 int swapped; in memory_pressure_child() local 82 SAFE_FILE_LINES_SCANF("/proc/self/status", "VmSwap: %d", &swapped); in memory_pressure_child() 84 if (swapped > 100 * 1024) in memory_pressure_child()
|
/third_party/skia/src/utils/ |
H A D | SkDashPath.cpp | 111 bool swapped = maxXY < minXY; in clip_line() local 112 if (swapped) { in clip_line() 130 if (!swapped) { in clip_line() 136 if (swapped) { in clip_line() 142 if (swapped) { in clip_line()
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
H A D | sb_peephole.cpp | 128 bool swapped = false; in optimize_cc_op2() local 132 swapped = true; in optimize_cc_op2() 138 if (swapped || (a->src[1]->is_const() && in optimize_cc_op2()
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_ir.cpp | 607 aco_opcode swapped; member 619 info->swapped = aco_opcode::num_opcodes; in get_cmp_info() 629 info->swapped = op == aco_opcode::v_cmp_##ord##_f##sz ? aco_opcode::v_cmp_##ord_swap##_f##sz \ in get_cmp_info() 654 info->swapped = aco_opcode::v_cmp_u_f##sz; \ in get_cmp_info() 661 info->swapped = aco_opcode::v_cmp_o_f##sz; \ in get_cmp_info() 672 info->swapped = aco_opcode::v_cmp_##swap##_##type##sz; \ in get_cmp_info() 800 if (get_cmp_info(instr->opcode, &info) && info.swapped != aco_opcode::num_opcodes) { in can_swap_operands() 801 *new_op = info.swapped; in can_swap_operands()
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | trie2test.c | 662 uint32_t swapped[10000]; in testTrieSerialize() local 668 uprv_memset(swapped, 0x55, length2); in testTrieSerialize() 679 swappedLength=utrie2_swap(ds, storage, length2, swapped, &errorCode); in testTrieSerialize() 691 swappedLength=utrie2_swap(ds, swapped, -1, NULL, &errorCode); in testTrieSerialize() 699 swappedLength=utrie2_swap(ds, swapped, length2, storage, &errorCode); in testTrieSerialize()
|
H A D | ccapitst.c | 3218 char normal[32], swapped[32]; in testSwap() local 3233 strcpy(swapped, name); in testSwap() 3234 strcat(swapped, UCNV_SWAP_LFNL_OPTION_STRING); in testSwap() 3237 swapCnv=ucnv_open(swapped, &errorCode); in testSwap() 3240 log_data_err("TestEBCDICSwapLFNL error: unable to open %s or %s (%s)\n", name, swapped, u_errorName(errorCode)); in testSwap() 3264 pc=swapped; in testSwap() 3265 ucnv_fromUnicode(swapCnv, &pc, swapped+UPRV_LENGTHOF(swapped), &pcu, text+UPRV_LENGTHOF(text), NULL, true, &errorCode); in testSwap() 3266 swappedLength=(int32_t)(pc-swapped); in testSwap() 3289 if(c!=swapped[ in testSwap() [all...] |
H A D | ucptrietest.c | 767 static uint32_t swapped[120000]; variable 844 uprv_memset(swapped, 0x55, length2); in testTrieSerialize() 855 swappedLength=ucptrie_swap(ds, storage, length2, swapped, &errorCode); in testTrieSerialize() 867 swappedLength=ucptrie_swap(ds, swapped, -1, NULL, &errorCode); in testTrieSerialize() 875 swappedLength=ucptrie_swap(ds, swapped, length2, storage, &errorCode); in testTrieSerialize()
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_cp.c | 280 * have previously swapped if the original 2nd src was const or in try_swap_mad_two_srcs() 284 if (instr->cat3.swapped) in try_swap_mad_two_srcs() 301 instr->cat3.swapped = true; in try_swap_mad_two_srcs() 317 } /* otherwise leave things swapped */ in try_swap_mad_two_srcs()
|
/third_party/python/Modules/_ctypes/ |
H A D | _ctypes.c | 275 since the endianness may need to be swapped to a non-native one 2189 PyObject *swapped = CreateSwappedType(type, args, kwds, in PyCSimpleType_new() local 2192 if (swapped == NULL) { in PyCSimpleType_new() 2196 sw_dict = PyType_stgdict(swapped); in PyCSimpleType_new() 2198 PyObject_SetAttrString((PyObject *)result, "__ctype_le__", swapped); in PyCSimpleType_new() 2200 PyObject_SetAttrString(swapped, "__ctype_be__", (PyObject *)result); in PyCSimpleType_new() 2201 PyObject_SetAttrString(swapped, "__ctype_le__", swapped); in PyCSimpleType_new() 2205 PyObject_SetAttrString((PyObject *)result, "__ctype_be__", swapped); in PyCSimpleType_new() 2207 PyObject_SetAttrString(swapped, "__ctype_le_ in PyCSimpleType_new() [all...] |
/third_party/skia/src/pathops/ |
H A D | SkIntersections.h | 211 bool swapped() const { in swapped() function in SkIntersections
|
H A D | SkOpSegment.cpp | 1223 bool swapped = priorPtT->fT > ptT->fT; in missingCoincidence() local 1224 if (swapped) { in missingCoincidence() 1253 if (swapped) { in missingCoincidence()
|