HomeSort by relevance Sort by last modified time
    Searched refs:_x (Results 226 - 241 of 241) sorted by null

1 2 3 4 5 6 7 8 910

  /sdk/emulator/opengl/tests/event_injector/
sockets.c 50 #define MIN(x,y) ({ typeof(x) _x = (x); typeof(y) _y = (y); _x <= _y ? _x : _y; })
    [all...]
  /external/chromium_org/v8/src/arm64/
disasm-arm64.cc 579 case A##_x: mnemonic = B; break;
600 case A##_x: mnemonic = B; break;
    [all...]
  /external/flac/libFLAC/
stream_decoder.c 2382 FLAC__uint32 _x; local
2396 FLAC__uint32 _x; local
    [all...]
  /external/vixl/src/a64/
disasm-a64.cc 586 case A##_x: mnemonic = B; break;
607 case A##_x: mnemonic = B; break;
    [all...]
  /external/chromium_org/third_party/opus/src/src/
opus_encoder.c 731 void downmix_float(const void *_x, opus_val32 *sub, int subframe, int offset, int c1, int c2, int C)
736 x = (const float *)_x;
766 void downmix_int(const void *_x, opus_val32 *sub, int subframe, int offset, int c1, int c2, int C)
771 x = (const opus_int16 *)_x;
    [all...]
  /external/libopus/src/
opus_encoder.c 731 void downmix_float(const void *_x, opus_val32 *sub, int subframe, int offset, int c1, int c2, int C)
736 x = (const float *)_x;
766 void downmix_int(const void *_x, opus_val32 *sub, int subframe, int offset, int c1, int c2, int C)
771 x = (const opus_int16 *)_x;
    [all...]
  /hardware/samsung_slsi/exynos5/libhwc/
hwc.cpp 2020 unsigned int _x, _y, _r; local
    [all...]
  /ndk/sources/android/support/src/stdio/
strtod.c 1268 (_x) double _x;
1270 (double _x)
1277 value(x) = _x;
    [all...]
  /external/opencv/cv/src/
cvimgwarp.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3dtypes.h 107 _D3DVECTOR(D3DVALUE _x, D3DVALUE _y, D3DVALUE _z);
    [all...]
shlobj.h     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_unicode.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_unicode.py     [all...]
  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation_unittest.cc 64 FourFloats(float _x, float _y, float _z, float _w)
65 : x(_x),
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h     [all...]
  /external/valgrind/main/VEX/priv/
guest_ppc_toIR.c 219 #define offsetofPPCGuestState(_x) \
220 (mode64 ? offsetof(VexGuestPPC64State, _x) : \
221 offsetof(VexGuestPPC32State, _x))
    [all...]

Completed in 886 milliseconds

1 2 3 4 5 6 7 8 910