OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:int16_t
(Results
951 - 975
of
1335
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/external/icu4c/i18n/
rbt_rule.h
227
int16_t
getIndexValue() const;
/external/libnl-headers/
netlink-types.h
609
int16_t
* dist_data;
/external/libogg/win32/
Makefile
99
SIZE16 =
int16_t
/external/oprofile/opjitconv/
debug_line.c
33
typedef
int16_t
shalf;
/external/qemu/elff/
elff_elf.h
45
typedef
int16_t
Elf_Shalf;
/external/qemu/target-i386/
helper_template.h
37
#define DATA_STYPE
int16_t
/external/skia/include/gpu/
GrConfig.h
117
typedef short
int16_t
;
typedef
/external/skia/src/core/
SkMath.cpp
175
SkASSERT(b == (
int16_t
)b);
/external/skia/src/ports/
SkFontHost_win_dw.cpp
[
all
...]
/external/webp/src/dsp/
upsampling_neon.c
94
static const
int16_t
coef[4] = { CVR / 4, CUG, CVG / 2, CUB / 4 };
/external/webp/src/enc/
token.c
105
const
int16_t
* const coeffs,
/frameworks/av/media/libstagefright/codecs/amrwb/src/
pv_amr_wb_type_defs.h
168
typedef
int16_t
int16;
/frameworks/rs/cpp/util/
TypeHelpers.h
285
RS_INT32_HASH(
int16_t
)
/frameworks/rs/driver/runtime/
rs_cl.c
736
extern uint16_t __attribute__((overloadable)) abs(
int16_t
v) {
762
extern
int16_t
__attribute__((overloadable)) clz(
int16_t
v) {
763
return (
int16_t
)__builtin_clz(v);
[
all
...]
/frameworks/rs/server/
TypeHelpers.h
285
ANDROID_INT32_HASH(
int16_t
)
/hardware/qcom/audio/legacy/alsa_sound/
AudioHardwareALSA.cpp
[
all
...]
/ndk/sources/host-tools/ndk-stack/elff/
elff_elf.h
45
typedef
int16_t
Elf_Shalf;
/system/core/include/pixelflinger/
pixelflinger.h
28
typedef
int16_t
GGLshort; // s
/system/core/include/utils/
TypeHelpers.h
285
ANDROID_INT32_HASH(
int16_t
)
/frameworks/av/services/audioflinger/
Threads.cpp
[
all
...]
/art/compiler/llvm/
ir_builder.h
394
::llvm::ConstantInt* getJChar(
int16_t
i) {
398
::llvm::ConstantInt* getJShort(
int16_t
i) {
/art/runtime/base/
mutex.cc
41
int16_t
padding3;
42
int16_t
padding4;
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/opentype/
OpenTypeVerticalData.cpp
531
int16_t
vertOriginYFUnit = m_vertOriginY.get(glyph);
544
int16_t
topSideBearingFUnit = m_topSideBearings[glyph < countTopSideBearings ? glyph : countTopSideBearings - 1];
/external/chromium_org/third_party/icu/source/common/unicode/
umachine.h
148
# define INT16_MIN ((
int16_t
)(-32767-1))
161
# define INT16_MAX ((
int16_t
)(32767))
/external/chromium_org/third_party/icu/source/i18n/
rbt_rule.cpp
218
int16_t
TransliterationRule::getIndexValue() const {
225
return (
int16_t
)(data->lookupMatcher(c) == NULL ? (c & 0xFF) : -1);
Completed in 1188 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>