/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/ |
D | crc32.c | 260 #define DOLIT4 c ^= *buf4++; \ 272 register const z_crc_t FAR *buf4; local 281 buf4 = (const z_crc_t FAR *)(const void FAR *)buf; 290 buf = (const unsigned char FAR *)buf4; 300 #define DOBIG4 c ^= *buf4++; \ 312 register const z_crc_t FAR *buf4; local 321 buf4 = (const z_crc_t FAR *)(const void FAR *)buf; 330 buf = (const unsigned char FAR *)buf4;
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/ |
D | crc32.c | 260 #define DOLIT4 c ^= *buf4++; \ 272 register const z_crc_t FAR *buf4; local 281 buf4 = (const z_crc_t FAR *)(const void FAR *)buf; 290 buf = (const unsigned char FAR *)buf4; 300 #define DOBIG4 c ^= *buf4++; \ 312 register const z_crc_t FAR *buf4; local 321 buf4 = (const z_crc_t FAR *)(const void FAR *)buf; 330 buf = (const unsigned char FAR *)buf4;
|
/third_party/libwebsockets/win32port/zlib/ |
D | crc32.c | 258 #define DOLIT4 c ^= *buf4++; \ 270 register const u4 FAR *buf4; local 279 buf4 = (const u4 FAR *)(const void FAR *)buf; 288 buf = (const unsigned char FAR *)buf4; 298 #define DOBIG4 c ^= *buf4++; \ 310 register const u4 FAR *buf4; local 319 buf4 = (const u4 FAR *)(const void FAR *)buf; 328 buf = (const unsigned char FAR *)buf4;
|
/third_party/flutter/skia/third_party/externals/zlib/ |
D | crc32.c | 317 #define DOLIT4 c ^= *buf4++; \ 329 register const z_crc_t FAR *buf4; local 338 buf4 = (const z_crc_t FAR *)(const void FAR *)buf; 347 buf = (const unsigned char FAR *)buf4; 357 #define DOBIG4 c ^= *buf4++; \ 369 register const z_crc_t FAR *buf4; local 378 buf4 = (const z_crc_t FAR *)(const void FAR *)buf; 387 buf = (const unsigned char FAR *)buf4;
|
/third_party/node/deps/zlib/ |
D | crc32.c | 317 #define DOLIT4 c ^= *buf4++; \ 329 register const z_crc_t FAR *buf4; local 338 buf4 = (const z_crc_t FAR *)(const void FAR *)buf; 347 buf = (const unsigned char FAR *)buf4; 357 #define DOBIG4 c ^= *buf4++; \ 369 register const z_crc_t FAR *buf4; local 378 buf4 = (const z_crc_t FAR *)(const void FAR *)buf; 387 buf = (const unsigned char FAR *)buf4;
|
/third_party/skia/third_party/externals/zlib/ |
D | crc32.c | 314 #define DOLIT4 c ^= *buf4++; \ 326 register const z_crc_t FAR *buf4; local 335 buf4 = (const z_crc_t FAR *)(const void FAR *)buf; 344 buf = (const unsigned char FAR *)buf4; 354 #define DOBIG4 c ^= *buf4++; \ 366 register const z_crc_t FAR *buf4; local 375 buf4 = (const z_crc_t FAR *)(const void FAR *)buf; 384 buf = (const unsigned char FAR *)buf4;
|
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl/frag/ |
D | disable-frag-output.frag-output.frag | 18 float4 buf4; 27 buf4 = float4(1.0, 0.0, 1.0, 0.5);
|
/third_party/skia/third_party/externals/spirv-cross/shaders-msl/frag/ |
D | disable-frag-output.frag-output.frag | 8 layout(location = 4) out vec4 buf4; 18 buf4 = vec4(1, 0, 1, 0.5);
|
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders-msl/frag/ |
D | disable-frag-output.frag-output.frag | 18 float4 buf4; 27 buf4 = float4(1.0, 0.0, 1.0, 0.5);
|
/third_party/python/Modules/_blake2/impl/ |
D | blake2s-round.h | 86 LOAD_MSG_ ##r ##_4(buf4); \ 87 G2(row1,row2,row3,row4,buf4); \
|
D | blake2s.c | 269 __m128i buf1, buf2, buf3, buf4; in blake2s_compress() local
|
/third_party/vk-gl-cts/external/vulkancts/data/vulkan/amber/crash_test/ |
D | divbyzero_comp.amber | 87 BUFFER buf4 DATA_TYPE int32 DATA 139 …BIND BUFFER_ARRAY buf0 buf1 buf2 buf3 buf4 buf5 buf6 buf7 buf8 buf9 buf10 buf11 buf12 buf13 buf14 …
|
/third_party/mindspore/third_party/securec/src/ |
D | memset_s.c | 69 SecStrBuf4 buf4; member 215 … *(SecStrBuf4 *)dest = *(const SecStrBuf4 *)(&((SecStrictAliasingCast(&g_allZero))->buf4)); \ 317 … *(SecStrBuf4 *)dest = *(const SecStrBuf4 *)(&((SecStrictAliasingCast(&g_allFF))->buf4)); \
|
/third_party/mesa3d/src/mesa/swrast/ |
D | s_context.c | 804 swrast->stencil_temp.buf4 = malloc(SWRAST_MAX_WIDTH * sizeof(GLubyte)); in _swrast_CreateContext() 809 !swrast->stencil_temp.buf4) { in _swrast_CreateContext() 833 free(swrast->stencil_temp.buf4); in _swrast_DestroyContext()
|
D | s_context.h | 331 GLubyte *buf1, *buf2, *buf3, *buf4; member
|
D | s_stencil.c | 471 GLubyte *origMask = swrast->stencil_temp.buf4; in _swrast_stencil_and_ztest_span()
|
/third_party/bounds_checking_function/src/ |
D | memset_s.c | 53 SecStrBuf4 buf4; member
|
/third_party/glslang/Test/ |
D | reflection.vert | 160 buffer buf4 {
|
/third_party/glslang/Test/baseResults/ |
D | reflection.vert.out | 98 buf4.runtimeArray.c: offset 8, type 1406, size 1, index 15, binding -1, stages 1, topLevelArrayStri… 163 buf4: offset -1, type ffffffff, size 16, index 15, binding -1, stages 1, numMembers 4
|
/third_party/flutter/skia/third_party/externals/freetype/src/autofit/ |
D | afhints.c | 347 char buf1[16], buf2[16], buf3[16], buf4[16]; in af_glyph_hints_dump_points() local 367 af_print_idx( buf4, segment_idx_0 ), in af_glyph_hints_dump_points()
|
/third_party/freetype/src/autofit/ |
D | afhints.c | 347 char buf1[16], buf2[16], buf3[16], buf4[16]; in af_glyph_hints_dump_points() local 367 af_print_idx( buf4, segment_idx_0 ), in af_glyph_hints_dump_points()
|
/third_party/skia/third_party/externals/freetype/src/autofit/ |
D | afhints.c | 445 char buf1[16], buf2[16], buf3[16], buf4[16]; in af_glyph_hints_dump_points() local 465 af_print_idx( buf4, segment_idx_0 ), in af_glyph_hints_dump_points()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ |
D | README.txt | 1253 char buf1[6], buf2[6], buf3[4], buf4[4]; 1260 ret += snprintf (buf4, sizeof buf4, "%s", i++ > 10 ? "abcde" : "defgh")*4096;
|
/third_party/flutter/skia/third_party/externals/imgui/ |
D | imgui_demo.cpp | 899 …static char buf4[64] = ""; ImGui::InputText("uppercase", buf4, 64, ImGuiInputTextFlags_CharsUpperc… in ShowDemoWindowWidgets() local
|
/third_party/skia/third_party/externals/imgui/ |
D | imgui_demo.cpp | 1313 …static char buf4[64] = ""; ImGui::InputText("uppercase", buf4, 64, ImGuiInputTextFlags_CharsUppe… in ShowDemoWindowWidgets() local
|