/external/rust/crates/ring/pregenerated/tmp/ |
D | ghash-x86-win32n.asm | 324 dw 0,450,900,582,1800,1738,1164,1358 label 325 dw 3600,4050,3476,3158,2328,2266,2716,2910 label 326 dw 7200,7650,8100,7782,6952,6890,6316,6510 label 327 dw 4656,5106,4532,4214,5432,5370,5820,6014 label 328 dw 14400,14722,15300,14854,16200,16010,15564,15630 label 329 dw 13904,14226,13780,13334,12632,12442,13020,13086 label 330 dw 9312,9634,10212,9766,9064,8874,8428,8494 label 331 dw 10864,11186,10740,10294,11640,11450,12028,12094 label 332 dw 28800,28994,29444,29382,30600,30282,29708,30158 label 333 dw 32400,32594,32020,31958,31128,30810,31260,31710 label [all …]
|
/external/mesa3d/src/intel/common/tests/ |
D | genxml_test.c | 63 uint32_t dw[GEN9_TEST_STRUCT_length]; in test_struct() local 105 uint32_t dw[GEN9_STRUCT_TWO_LEVELS_length]; in test_two_levels() local
|
/external/mesa3d/src/intel/tools/ |
D | aub_read.c | 37 #define TYPE(dw) (((dw) >> 29) & 7) argument 38 #define OPCODE(dw) (((dw) >> 23) & 0x3f) argument 39 #define SUBOPCODE(dw) (((dw) >> 16) & 0x7f) argument
|
/external/mesa3d/src/intel/blorp/ |
D | blorp_genX_exec.h | 399 uint32_t *dw = blorp_emitn(batch, GENX(3DSTATE_VERTEX_BUFFERS), num_dwords); in blorp_emit_vertex_buffers() local 549 uint32_t *dw = blorp_emitn(batch, GENX(3DSTATE_VERTEX_ELEMENTS), num_dwords); in blorp_emit_vertex_elements() local 1195 uint32_t *dw = blorp_emit_dwords(batch, in blorp_emit_depth_stencil_state() local 1372 for (unsigned dw = 0; dw < size; dw += 4) { in blorp_emit_memcpy() local 1618 uint32_t *dw = blorp_emit_dwords(batch, isl_dev->ds.size / 4); in blorp_emit_depth_stencil_config() local 1881 uint32_t *dw = blorp_emitn(batch, GENX(MI_ATOMIC), num_dwords, in blorp_update_clear_color() local
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | i915_state.c | 185 GLuint dw; in i915AlphaFunc() local 242 GLuint dw; in i915BlendColor() local 358 GLuint dw; in i915DepthFunc() local 375 GLuint dw; in i915DepthMask() local 560 GLuint mode, dw; in i915CullFaceFrontFace() local 773 GLuint dw; in i915Enable() local
|
/external/elfutils/tests/ |
D | rerequest_tag.c | 33 Dwarf *dw = dwarf_begin (i, DWARF_C_READ); in main() local
|
/external/libwebsockets/lib/plat/windows/ |
D | windows-resolv.c | 34 DWORD dw; in lws_plat_asyncdns_init() local
|
/external/mesa3d/src/intel/common/ |
D | gen_l3_config.c | 245 float dw = 0; in gen_diff_l3_weights() local 314 const float dw = gen_diff_l3_weights(w0, gen_get_l3_config_weights(cfg)); in gen_get_l3_config() local
|
D | gen_mi_builder.h | 161 uint32_t *dw = (uint32_t *)__gen_get_batch_dwords(b->user_data, in gen_mi_builder_flush_math() local 651 uint32_t dw; in _gen_mi_pack_alu() local 696 uint32_t dw[4]; in gen_mi_math_binop() local
|
/external/clang/test/Frontend/ |
D | optimization-remark-options.c | 16 void foo2(int *dw, int *uw, int *A, int *B, int *C, int *D, int N) { in foo2()
|
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/csv/ |
D | CSVGroupHandlerTest.java | 41 final DelimitedWriter dw = new DelimitedWriter(result); in setup() local
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_debug.c | 228 unsigned dw, in BITS() 247 #define MBZ( dw, hi, lo) do { \ argument 255 #define MBZ( dw, hi, lo) do { \ argument 262 unsigned dw, in FLAG()
|
/external/mesa3d/src/intel/vulkan/ |
D | genX_gpu_memcpy.c | 86 uint32_t *dw; in genX() local
|
/external/mesa3d/src/intel/isl/ |
D | isl_emit_depth_stencil.c | 296 uint32_t *dw = batch; in isl_genX() local
|
/external/ComputeLibrary/src/core/NEON/kernels/ |
D | NEBoundingBoxTransformKernel.cpp | 156 …float dw = dequantize_qasymm8(delta_ptr[delta_id + 2], deltas_qinfo) / _bbinfo.weight… in internal_run() local 210 T dw = delta_ptr[delta_id + 2] / T(_bbinfo.weights()[2]); in internal_run() local
|
/external/clang/test/CodeGenObjC/ |
D | misc-atomic-property.m | 47 dword dw; field
|
/external/elfutils/libdwfl/ |
D | dwfl_getdwarf.c | 49 Dwarf *dw = INTUSE(dwfl_module_getdwarf) (mod, &bias); in module_callback() local
|
/external/elfutils/src/ |
D | findtextrel.c | 358 Dwarf *dw = dwarf_begin_elf (elf, DWARF_C_READ, NULL); in process_file() local 484 GElf_Addr addr, Elf *elf, Elf_Scn *symscn, Dwarf *dw, in check_rel()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_pm4.c | 37 void si_pm4_cmd_add(struct si_pm4_state *state, uint32_t dw) in si_pm4_cmd_add()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | gen7_l3_state.c | 219 const float dw = gen_diff_l3_weights(w, gen_get_l3_config_weights(brw->l3.config)); in brw_emit_l3_state() local
|
/external/skia/src/gpu/vk/ |
D | GrVkMSAALoadManager.cpp | 172 int dw = dst->width(); in loadMSAAFromResolve() local
|
/external/ComputeLibrary/tests/validation/reference/ |
D | BoundingBoxTransform.cpp | 78 TDeltas dw = deltas_ptr[start_delta + 2] / TDeltas(info.weights()[2]); in bounding_box_transform() local
|
/external/libvpx/libvpx/vpx_dsp/ |
D | psnr.c | 85 const int dw = width % 16; in get_sse() local 147 const int dw = width % 16; in highbd_get_sse() local
|
/external/igt-gpu-tools/tests/i915/ |
D | gen3_render_linear_blits.c | 57 uint32_t dw; in pack_float() member
|
D | gen3_render_tiledx_blits.c | 56 uint32_t dw; in pack_float() member
|