Home
last modified time | relevance | path

Searched refs:swapped (Results 1 – 25 of 222) sorted by relevance

123456789

/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_draw.c262 union pipe_color_union swapped; in fd5_clear() local
265 swapped.ui[0] = color->ui[0]; in fd5_clear()
266 swapped.ui[1] = color->ui[1]; in fd5_clear()
267 swapped.ui[2] = color->ui[2]; in fd5_clear()
268 swapped.ui[3] = color->ui[3]; in fd5_clear()
271 swapped.ui[2] = color->ui[0]; in fd5_clear()
272 swapped.ui[1] = color->ui[1]; in fd5_clear()
273 swapped.ui[0] = color->ui[2]; in fd5_clear()
274 swapped.ui[3] = color->ui[3]; in fd5_clear()
277 swapped.ui[3] = color->ui[0]; in fd5_clear()
[all …]
/third_party/lwip/src/core/
Dinet_chksum.c263 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 = !swapped; in inet_chksum_pbuf()
584 if (swapped) { in inet_chksum_pbuf()
/third_party/flutter/skia/third_party/externals/sdl/src/file/
DSDL_rwops.c730 const Uint16 swapped = SDL_SwapLE16(value); in SDL_WriteLE16() local
731 return SDL_RWwrite(dst, &swapped, sizeof (swapped), 1); in SDL_WriteLE16()
737 const Uint16 swapped = SDL_SwapBE16(value); in SDL_WriteBE16() local
738 return SDL_RWwrite(dst, &swapped, sizeof (swapped), 1); in SDL_WriteBE16()
744 const Uint32 swapped = SDL_SwapLE32(value); in SDL_WriteLE32() local
745 return SDL_RWwrite(dst, &swapped, sizeof (swapped), 1); in SDL_WriteLE32()
751 const Uint32 swapped = SDL_SwapBE32(value); in SDL_WriteBE32() local
752 return SDL_RWwrite(dst, &swapped, sizeof (swapped), 1); in SDL_WriteBE32()
758 const Uint64 swapped = SDL_SwapLE64(value); in SDL_WriteLE64() local
759 return SDL_RWwrite(dst, &swapped, sizeof (swapped), 1); in SDL_WriteLE64()
[all …]
/third_party/mesa3d/src/glx/apple/
Dapple_xgl_api_read.c47 bool swapped; member
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/
Dswapping01.c130 long swap_free_now, swapped; in check_swapping() local
148 swapped = SAFE_READ_PROC_STATUS(pid, "VmSwap:"); in check_swapping()
149 if (swapped > mem_over_max) { in check_swapping()
152 "%ld MB swapped.", swapped / 1024); in check_swapping()
156 swapped / 1024); in check_swapping()
/third_party/cmsis/CMSIS/DSP/Source/SupportFunctions/
Darm_bubble_sort_f32.c68 uint8_t swapped =1; in arm_bubble_sort_f32() local
80 while(swapped==1) // If nothing has been swapped after one loop stop in arm_bubble_sort_f32()
82 swapped=0; in arm_bubble_sort_f32()
94 swapped = 1; in arm_bubble_sort_f32()
/third_party/pulseaudio/src/pulsecore/
Daupdate.c40 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/node/deps/icu-small/source/common/
Ducnvsel.cpp58 uint8_t* swapped; member
242 uprv_free(sel->swapped); in ucnvsel_close()
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()
536 uprv_free(swapped); in ucnvsel_openFromSerialized()
545 uprv_free(swapped); in ucnvsel_openFromSerialized()
[all …]
/third_party/icu/icu4c/source/common/
Ducnvsel.cpp58 uint8_t* swapped; member
242 uprv_free(sel->swapped); in ucnvsel_close()
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()
536 uprv_free(swapped); in ucnvsel_openFromSerialized()
545 uprv_free(swapped); in ucnvsel_openFromSerialized()
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/common/
Ducnvsel.cpp58 uint8_t* swapped; member
242 uprv_free(sel->swapped); in ucnvsel_close()
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()
536 uprv_free(swapped); in ucnvsel_openFromSerialized()
545 uprv_free(swapped); in ucnvsel_openFromSerialized()
[all …]
/third_party/skia/third_party/externals/icu/source/common/
Ducnvsel.cpp58 uint8_t* swapped; member
242 uprv_free(sel->swapped); in ucnvsel_close()
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()
536 uprv_free(swapped); in ucnvsel_openFromSerialized()
545 uprv_free(swapped); in ucnvsel_openFromSerialized()
[all …]
/third_party/node/deps/icu-small/source/tools/toolutil/
Dpkgitems.cpp63 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/flutter/skia/third_party/externals/icu/source/tools/toolutil/
Dpkgitems.cpp63 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/
Dpkgitems.cpp63 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/icu/icu4c/source/tools/toolutil/
Dpkgitems.cpp63 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/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_gmem.c1068 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.ui[3] = color->ui[0]; in emit_clears()
[all …]
/third_party/gptfdisk/
Dbasicmbr.cc1313 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 = 1; in CreateExtended()
[all …]
/third_party/mesa3d/src/gallium/frontends/wgl/
Dstw_ext_pixelformat.c445 boolean swapped; in wglChoosePixelFormatARB() local
448 swapped = FALSE; in wglChoosePixelFormatARB()
455 swapped = TRUE; in wglChoosePixelFormatARB()
460 while (swapped); in wglChoosePixelFormatARB()
/third_party/ltp/testcases/kernel/syscalls/madvise/
Dmadvise09.c80 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/
DSkDashPath.cpp111 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/flutter/skia/src/utils/
DSkDashPath.cpp110 bool swapped = maxXY < minXY; in clip_line() local
111 if (swapped) { in clip_line()
129 if (!swapped) { in clip_line()
135 if (swapped) { in clip_line()
141 if (swapped) { in clip_line()
/third_party/openGLES/extensions/MESA/
DMESA_framebuffer_swap_xy.txt46 xy-swapped coordinate system. This xy-inversion is relative to the
54 The application should notice the display width and height are also swapped
/third_party/mesa3d/src/amd/compiler/
Daco_ir.cpp607 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/mesa3d/src/gallium/drivers/r600/sb/
Dsb_peephole.cpp128 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/libsnd/tests/
Dbenchmark-latest-coltrane23 Endian swapped I/O :
61 Endian swapped I/O :

123456789