Home
last modified time | relevance | path

Searched defs:dw (Results 1 – 25 of 43) sorted by relevance

12

/external/boringssl/win-x86/crypto/modes/
Dghash-x86.asm1224 dw 0,450,900,582,1800,1738,1164,1358 label
1225 dw 3600,4050,3476,3158,2328,2266,2716,2910 label
1226 dw 7200,7650,8100,7782,6952,6890,6316,6510 label
1227 dw 4656,5106,4532,4214,5432,5370,5820,6014 label
1228 dw 14400,14722,15300,14854,16200,16010,15564,15630 label
1229 dw 13904,14226,13780,13334,12632,12442,13020,13086 label
1230 dw 9312,9634,10212,9766,9064,8874,8428,8494 label
1231 dw 10864,11186,10740,10294,11640,11450,12028,12094 label
1232 dw 28800,28994,29444,29382,30600,30282,29708,30158 label
1233 dw 32400,32594,32020,31958,31128,30810,31260,31710 label
[all …]
/external/valgrind/none/tests/s390x/
Dstfle.c7 unsigned long long stfle(unsigned long dw, unsigned bit_to_test) in stfle()
31 int dw = S390_NUM_FACILITY_DW; in main() local
/external/libunwind/src/x86_64/
DGos-linux.c34 tdep_fetch_frame (struct dwarf_cursor *dw, unw_word_t ip, int need_unwind_info) in tdep_fetch_frame()
51 tdep_cache_frame (struct dwarf_cursor *dw, struct dwarf_reg_state *rs) in tdep_cache_frame()
61 tdep_reuse_frame (struct dwarf_cursor *dw, struct dwarf_reg_state *rs) in tdep_reuse_frame()
/external/elfutils/tests/
Drerequest_tag.c33 Dwarf *dw = dwarf_begin (i, DWARF_C_READ); in main() local
Ddwflmodtest.c180 Dwarf *dw, Dwarf_Addr bias, in print_module()
Dvarlocs.c40 static Dwarf *dw; variable
/external/webrtc/talk/media/webrtc/
Dwebrtcvideoframe.cc64 int dw, in Init()
77 bool WebRtcVideoFrame::Init(const CapturedFrame* frame, int dw, int dh, in Init()
195 int dw, in Reset()
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/csv/
DCSVGroupHandlerTest.java40 final DelimitedWriter dw = new DelimitedWriter(result); in setup() local
/external/clang/test/Frontend/
Doptimization-remark-options.c16 void foo2(int *dw, int *uw, int *A, int *B, int *C, int *D, int N) { in foo2()
/external/mesa3d/src/mesa/drivers/dri/i915/
Di915_state.c183 GLuint dw; in i915AlphaFunc() local
240 GLuint dw; in i915BlendColor() local
356 GLuint dw; in i915DepthFunc() local
373 GLuint dw; in i915DepthMask() local
570 GLuint mode, dw; in i915CullFaceFrontFace() local
786 GLuint dw; in i915Enable() local
Di915_debug.c180 #define BITS( dw, hi, lo, ... ) \ argument
188 #define MBZ( dw, hi, lo) do { \ argument
196 #define FLAG( dw, bit, ... ) \ argument
Di915_vtbl.c692 uint32_t dw = i915->state.Ctx[I915_CTXREG_LIS6]; in i915_update_color_write_enable() local
/external/mesa3d/src/gallium/drivers/radeonsi/
Dradeonsi_pm4.c41 void si_pm4_cmd_add(struct si_pm4_state *state, uint32_t dw) in si_pm4_cmd_add()
104 void si_pm4_sh_data_add(struct si_pm4_state *state, uint32_t dw) in si_pm4_sh_data_add()
/external/mesa3d/src/gallium/drivers/i915/
Di915_debug.c228 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/clang/test/CodeGenObjC/
Dmisc-atomic-property.m47 dword dw; field
/external/elfutils/libdwfl/
Ddwfl_getdwarf.c45 Dwarf *dw = INTUSE(dwfl_module_getdwarf) (mod, &bias); in module_callback() local
/external/elfutils/src/
Dfindtextrel.c374 Dwarf *dw = dwarf_begin_elf (elf, DWARF_C_READ, NULL); in process_file() local
507 GElf_Addr addr, Elf *elf, Elf_Scn *symscn, Dwarf *dw, in check_rel()
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/
DSourceInterpreter.java157 SourceValue dw = (SourceValue) w; in merge() local
/external/libyuv/files/source/
Dconvert_jpeg.cc146 int dw, int dh) { in MJPGToI420()
308 int dw, int dh) { in MJPGToARGB()
/external/libvpx/libvpx/third_party/libyuv/source/
Dconvert_jpeg.cc145 int dw, int dh) { in MJPGToI420()
307 int dw, int dh) { in MJPGToARGB()
/external/libvpx/libvpx/vpx_scale/generic/
Dvpx_scale.c492 int dw = (hscale - 1 + src->y_width * hratio) / hscale; in vpx_scale_frame() local
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/modifiers/
DArmatureModifier.java291 List<Structure> dw = pDW.fetchData(blenderContext.getInputStream()); in getBoneWeightAndIndexBuffer() local
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Dynamics/
DbtRigidBody.cpp379 btVector3 dw; in computeGyroscopicImpulseImplicit_World() local
/external/jmonkeyengine/engine/src/core/com/jme3/math/
DVector4f.java366 double dw = w - v.w; in distanceSquared() local
/external/libvncserver/libvncserver/
Dtight.c299 int dx, dy, dw, dh; in SendRectEncodingTight() local
479 int dx, dy, dw, dh; in FindBestSolidArea() local

12