/external/mesa3d/src/gallium/auxiliary/util/ |
u_math.h | 415 util_is_half_inf_or_nan(int16_t x) 422 util_is_half_nan(int16_t x) 429 util_half_inf_sign(int16_t x)
|
/external/openssh/ |
defines.h | 203 typedef short int int16_t; typedef 207 typedef short int16_t; typedef 209 typedef long int16_t; typedef
|
/external/pixman/pixman/ |
pixman-trap.c | 234 int16_t x_off, 235 int16_t y_off, 319 int16_t x_off,
|
/external/skia/include/core/ |
SkTypes.h | 189 SK_API int16_t SkToS16(intmax_t); 196 #define SkToS16(x) ((int16_t)(x)) 219 return (int16_t)x == x;
|
/external/skia/include/gpu/ |
GrTypes.h | 168 static inline int16_t GrToS16(intptr_t x) { 169 GrAssert((int16_t)x == x); 170 return (int16_t)x;
|
/external/skia/src/ports/ |
SkFontHost_mac.cpp | 644 int16_t fMinX; 645 int16_t fMinY; 646 int16_t fMaxX; 647 int16_t fMaxY; [all...] |
/external/v8/src/mips/ |
simulator-mips.h | 260 inline int16_t ReadH(int32_t addr, Instruction* instr); 263 inline void WriteH(int32_t addr, int16_t value, Instruction* instr); 341 int16_t exceptions[kNumExceptions];
|
/external/webrtc/src/modules/audio_processing/aecm/ |
aecm_core.c | 284 sizeof(int16_t)) == -1) 292 sizeof(int16_t)) == -1) 300 sizeof(int16_t)) == -1) 308 sizeof(int16_t)) == -1) 724 const int16_t* out_ptr = NULL; 744 int16_t far_block[PART_LEN]; 745 const int16_t* far_block_ptr = NULL; 746 int16_t near_noisy_block[PART_LEN]; 747 const int16_t* near_noisy_block_ptr = NULL; 757 int16_t near_clean_block[PART_LEN] [all...] |
/external/webrtc/src/modules/audio_processing/ |
audio_processing_impl.cc | 280 const size_t data_size = sizeof(int16_t) * 372 const size_t data_size = sizeof(int16_t) * 411 const size_t data_size = sizeof(int16_t) *
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
stdint.in.h | 123 #undef int16_t macro 127 #define int16_t gl_int16_t macro 195 #define int_least16_t int16_t
|
/external/chromium_org/third_party/skia/src/core/ |
SkScan_Antihair.cpp | 35 SkASSERT((int16_t)value == value); 72 int16_t runs[HLINE_STACK_BUFFER + 1]; 157 int16_t runs[2]; 192 int16_t runs[2]; 269 int16_t runs[3]; 294 int16_t runs[3];
|
SkBlitter_A8.cpp | 51 const int16_t runs[]) { 284 const int16_t runs[]) {
|
/external/llvm/lib/Target/Hexagon/ |
HexagonOperands.td | 368 int16_t v = (int16_t)N->getSExtValue(); 423 uint16_t v = (int16_t)N->getSExtValue(); 433 uint16_t v = ~ (int16_t)N->getSExtValue(); 440 int16_t v = (int16_t)N->getSExtValue();
|
/external/skia/src/core/ |
SkScan_Antihair.cpp | 35 SkASSERT((int16_t)value == value); 72 int16_t runs[HLINE_STACK_BUFFER + 1]; 157 int16_t runs[2]; 192 int16_t runs[2]; 269 int16_t runs[3]; 294 int16_t runs[3];
|
SkBlitter_A8.cpp | 51 const int16_t runs[]) { 284 const int16_t runs[]) {
|
/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-common.h | 58 typedef __int16 int16_t; typedef 83 int16_t i16[2];
|
/external/chromium_org/third_party/icu/source/common/ |
utrace.c | 281 int16_t *i16Ptr; 293 i16Ptr = (int16_t *)i8Ptr;
|
/external/chromium_org/third_party/icu/source/i18n/ |
search.cpp | 63 m_search_->elementComparisonType = (int16_t)value; 88 int16_t value = m_search_->elementComparisonType;
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/ |
fakeaudiocapturemodule.h | 97 virtual int16_t PlayoutDevices(); 98 virtual int16_t RecordingDevices();
|
/external/chromium_org/third_party/npapi/bindings/ |
npfunctions.h | 51 typedef NPError (* NP_LOADDS NPP_NewProcPtr)(NPMIMEType pluginType, NPP instance, uint16_t mode, int16_t argc, char* argn[], char* argv[], NPSavedData* saved); 60 typedef int16_t (* NP_LOADDS NPP_HandleEventProcPtr)(NPP instance, void* event);
|
/external/harfbuzz_ng/src/ |
hb-common.h | 58 typedef __int16 int16_t; typedef 83 int16_t i16[2];
|
/external/icu4c/common/ |
ucase.h | 346 # define UCASE_GET_DELTA(props) ((int16_t)(props)>>UCASE_DELTA_SHIFT) 348 # define UCASE_GET_DELTA(props) (int16_t)(((props)&0x8000) ? (((props)>>UCASE_DELTA_SHIFT)|0xfe00) : ((uint16_t)(props)>>UCASE_DELTA_SHIFT))
|
utrace.c | 281 int16_t *i16Ptr; 293 i16Ptr = (int16_t *)i8Ptr;
|
/external/icu4c/i18n/ |
search.cpp | 63 m_search_->elementComparisonType = (int16_t)value; 88 int16_t value = m_search_->elementComparisonType;
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_tokenize.c | 123 const int16_t *qcoeff_ptr = BLOCK_OFFSET(pd->qcoeff, block); 126 const int16_t *scan, *nb;
|