Home
last modified time | relevance | path

Searched defs:base (Results 1 – 25 of 2194) sorted by relevance

12345678910>>...88

/external/arduino/hardware/arduino/cores/arduino/
DPrint.cpp58 void Print::print(char c, int base) in print()
63 void Print::print(unsigned char b, int base) in print()
68 void Print::print(int n, int base) in print()
73 void Print::print(unsigned int n, int base) in print()
78 void Print::print(long n, int base) in print()
93 void Print::print(unsigned long n, int base) in print()
122 void Print::println(char c, int base) in println()
128 void Print::println(unsigned char b, int base) in println()
134 void Print::println(int n, int base) in println()
140 void Print::println(unsigned int n, int base) in println()
[all …]
/external/harfbuzz/src/
Dharfbuzz-greek.c45 HB_UChar16 base; member
69 static HB_UChar16 compose_0x300(HB_UChar16 base) in compose_0x300()
110 static HB_UChar16 compose_0x301(HB_UChar16 base) in compose_0x301()
138 static HB_UChar16 compose_0x304(HB_UChar16 base) in compose_0x304()
156 static HB_UChar16 compose_0x306(HB_UChar16 base) in compose_0x306()
173 static HB_UChar16 compose_0x308(HB_UChar16 base) in compose_0x308()
200 static HB_UChar16 compose_0x313(HB_UChar16 base) in compose_0x313()
228 static HB_UChar16 compose_0x314(HB_UChar16 base) in compose_0x314()
268 static HB_UChar16 compose_0x342(HB_UChar16 base) in compose_0x342()
343 static HB_UChar16 compose_0x345(HB_UChar16 base) in compose_0x345()
[all …]
/external/harfbuzz_ng/src/hb-old/
Dharfbuzz-greek.c45 HB_UChar16 base; member
69 static HB_UChar16 compose_0x300(HB_UChar16 base) in compose_0x300()
110 static HB_UChar16 compose_0x301(HB_UChar16 base) in compose_0x301()
138 static HB_UChar16 compose_0x304(HB_UChar16 base) in compose_0x304()
156 static HB_UChar16 compose_0x306(HB_UChar16 base) in compose_0x306()
173 static HB_UChar16 compose_0x308(HB_UChar16 base) in compose_0x308()
200 static HB_UChar16 compose_0x313(HB_UChar16 base) in compose_0x313()
228 static HB_UChar16 compose_0x314(HB_UChar16 base) in compose_0x314()
268 static HB_UChar16 compose_0x342(HB_UChar16 base) in compose_0x342()
343 static HB_UChar16 compose_0x345(HB_UChar16 base) in compose_0x345()
[all …]
/external/chromium_org/third_party/icu/source/common/
Dputilimp.h264 # define U_MAX_PTR(base) ((void *)0x7fffffff) argument
266 # define U_MAX_PTR(base) uprv_maximumPtr((void *)base) argument
275 # define U_MAX_PTR(base) \ argument
280 # define U_MAX_PTR(base) \ argument
/external/chromium_org/third_party/libevent/
Devent.c135 gettime(struct event_base *base, struct timeval *tp) in gettime()
161 struct event_base *base = event_base_new(); in event_init() local
173 struct event_base *base; in event_base_new() local
207 event_base_free(struct event_base *base) in event_base_free()
268 event_reinit(struct event_base *base) in event_reinit()
313 event_base_priority_init(struct event_base *base, int npriorities) in event_base_priority_init()
345 event_haveevents(struct event_base *base) in event_haveevents()
357 event_process_active(struct event_base *base) in event_process_active()
409 event_base_get_method(struct event_base *base) in event_base_get_method()
418 struct event_base *base = arg; in event_loopexit_cb() local
[all …]
Dsignal.c96 evsignal_init(struct event_base *base) in evsignal_init()
140 _evsignal_set_handler(struct event_base *base, in _evsignal_set_handler()
207 struct event_base *base = ev->ev_base; in evsignal_add() local
237 _evsignal_restore_handler(struct event_base *base, int evsignal) in _evsignal_restore_handler()
269 struct event_base *base = ev->ev_base; in evsignal_del() local
311 evsignal_process(struct event_base *base) in evsignal_process()
337 evsignal_dealloc(struct event_base *base) in evsignal_dealloc()
/external/chromium/third_party/libevent/
Devent.c135 gettime(struct event_base *base, struct timeval *tp) in gettime()
161 struct event_base *base = event_base_new(); in event_init() local
173 struct event_base *base; in event_base_new() local
207 event_base_free(struct event_base *base) in event_base_free()
268 event_reinit(struct event_base *base) in event_reinit()
313 event_base_priority_init(struct event_base *base, int npriorities) in event_base_priority_init()
345 event_haveevents(struct event_base *base) in event_haveevents()
357 event_process_active(struct event_base *base) in event_process_active()
409 event_base_get_method(struct event_base *base) in event_base_get_method()
418 struct event_base *base = arg; in event_loopexit_cb() local
[all …]
Dsignal.c96 evsignal_init(struct event_base *base) in evsignal_init()
140 _evsignal_set_handler(struct event_base *base, in _evsignal_set_handler()
207 struct event_base *base = ev->ev_base; in evsignal_add() local
237 _evsignal_restore_handler(struct event_base *base, int evsignal) in _evsignal_restore_handler()
269 struct event_base *base = ev->ev_base; in evsignal_del() local
311 evsignal_process(struct event_base *base) in evsignal_process()
337 evsignal_dealloc(struct event_base *base) in evsignal_dealloc()
/external/chromium_org/v8/test/mjsunit/
Darray-bounds-check-removal.js34 function test_do_not_assert_on_non_int32(vector, base) { argument
55 function test_base(a, base, condition) { argument
76 function check_test_base(a, base, condition) { argument
121 function test_minus(base,cond) { argument
142 function check_test_minus(base,cond) { argument
181 function test_phi(a, base, check) { argument
/external/kernel-headers/original/asm-mips/
Ddiv64.h22 #define do_div64_32(res, high, low, base) ({ \ argument
59 #define do_div(n, base) ({ \ argument
93 #define do_div(n, base) ({ \ argument
/external/chromium_org/third_party/cld/base/
Dstrtoint.h46 inline int32 strto32(const char *nptr, char **endptr, int base) { in strto32()
53 inline uint32 strtou32(const char *nptr, char **endptr, int base) { in strtou32()
62 inline int64 strto64(const char *nptr, char **endptr, int base) { in strto64()
68 inline uint64 strtou64(const char *nptr, char **endptr, int base) { in strtou64()
/external/chromium_org/third_party/angle/src/compiler/
DShaderLang.cpp103 TShHandleBase* base = static_cast<TShHandleBase*>(ConstructCompiler(type, spec, output)); in ShConstructCompiler() local
122 TShHandleBase* base = static_cast<TShHandleBase*>(handle); in ShDestruct() local
144 TShHandleBase* base = reinterpret_cast<TShHandleBase*>(handle); in ShCompile() local
158 TShHandleBase* base = static_cast<TShHandleBase*>(handle); in ShGetInfo() local
221 TShHandleBase* base = static_cast<TShHandleBase*>(handle); in ShGetInfoLog() local
237 TShHandleBase* base = static_cast<TShHandleBase*>(handle); in ShGetObjectCode() local
262 TShHandleBase* base = reinterpret_cast<TShHandleBase*>(handle); in ShGetVariableInfo() local
320 TShHandleBase* base = static_cast<TShHandleBase*>(handle); in ShGetNameHashingEntry() local
360 TShHandleBase* base = static_cast<TShHandleBase*>(handle); in ShGetInfoPointer() local
/external/chromium_org/third_party/skia/src/core/
DSkTSearch.cpp13 static inline const char* index_into_base(const char*const* base, int index, in index_into_base()
19 int SkStrSearch(const char*const* base, int count, const char target[], in SkStrSearch()
55 int SkStrSearch(const char*const* base, int count, const char target[], in SkStrSearch()
61 int SkStrLCSearch(const char*const* base, int count, const char target[], in SkStrLCSearch()
71 int SkStrLCSearch(const char*const* base, int count, const char target[], in SkStrLCSearch()
/external/skia/src/core/
DSkTSearch.cpp13 static inline const char* index_into_base(const char*const* base, int index, in index_into_base()
19 int SkStrSearch(const char*const* base, int count, const char target[], in SkStrSearch()
55 int SkStrSearch(const char*const* base, int count, const char target[], in SkStrSearch()
61 int SkStrLCSearch(const char*const* base, int count, const char target[], in SkStrLCSearch()
71 int SkStrLCSearch(const char*const* base, int count, const char target[], in SkStrLCSearch()
/external/valgrind/main/none/tests/amd64/
Damd64locked.c520 ULong btsl_mem ( UChar* base, int bitno ) in btsl_mem()
531 ULong btsw_mem ( UChar* base, int bitno ) in btsw_mem()
543 ULong btrq_mem ( UChar* base, int bitno ) in btrq_mem()
554 ULong btrl_mem ( UChar* base, int bitno ) in btrl_mem()
565 ULong btrw_mem ( UChar* base, int bitno ) in btrw_mem()
577 ULong btcq_mem ( UChar* base, int bitno ) in btcq_mem()
588 ULong btcl_mem ( UChar* base, int bitno ) in btcl_mem()
599 ULong btcw_mem ( UChar* base, int bitno ) in btcw_mem()
611 ULong btq_mem ( UChar* base, int bitno ) in btq_mem()
623 ULong btl_mem ( UChar* base, int bitno ) in btl_mem()
[all …]
/external/valgrind/main/memcheck/tests/amd64/
Dbt_everything.c18 ULong btsq_mem ( char* base, Word bitno ) in btsq_mem()
32 ULong btrq_mem ( char* base, Word bitno ) in btrq_mem()
43 ULong btcq_mem ( char* base, Word bitno ) in btcq_mem()
54 ULong btq_mem ( char* base, Word bitno ) in btq_mem()
69 ULong btsl_mem ( char* base, Word bitno ) in btsl_mem()
83 ULong btrl_mem ( char* base, Word bitno ) in btrl_mem()
94 ULong btcl_mem ( char* base, Word bitno ) in btcl_mem()
105 ULong btl_mem ( char* base, Word bitno ) in btl_mem()
121 ULong btsw_mem ( char* base, Word bitno ) in btsw_mem()
135 ULong btrw_mem ( char* base, Word bitno ) in btrw_mem()
[all …]
/external/chromium_org/courgette/
Ddifference_estimator_unittest.cc20 DifferenceEstimator::Base* base = in TEST() local
31 DifferenceEstimator::Base* base = in TEST() local
42 DifferenceEstimator::Base* base = in TEST() local
53 DifferenceEstimator::Base* base = in TEST() local
/external/clang/test/SemaCXX/
Dqual-id-test.cpp6 struct base // expected-note{{object type}} struct
8 void x() {} in x()
9 void y() {} in y()
88 typedef A::member base; // expected-note{{current scope}} in fun4a() typedef
95 typedef A::B::base base; in fun4b() typedef
/external/doclava/src/com/google/doclava/
DParamTagInfo.java31 ParamTagInfo(String name, String kind, String text, ContainerInfo base, SourcePositionInfo sp) { in ParamTagInfo()
50 String parameterComment, String parameterName, ContainerInfo base, SourcePositionInfo sp) { in ParamTagInfo()
70 public void makeHDF(Data data, String base) { in makeHDF()
76 public static void makeHDF(Data data, String base, ParamTagInfo[] tags) { in makeHDF()
DSeeTagInfo.java25 …SeeTagInfo(String name, String kind, String text, ContainerInfo base, SourcePositionInfo position)… in SeeTagInfo()
44 public void makeHDF(Data data, String base) { in makeHDF()
72 public static void makeHDF(Data data, String base, SeeTagInfo[] tags) { in makeHDF()
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
Degl_g3d.h49 _EGLDriver base; member
62 _EGLContext base; member
70 _EGLSurface base; member
86 _EGLConfig base; member
92 _EGLImage base; member
103 _EGLSync base; member
117 _EGLScreen base; member
/external/mesa3d/src/gallium/state_trackers/egl/common/
Degl_g3d.h49 _EGLDriver base; member
62 _EGLContext base; member
70 _EGLSurface base; member
86 _EGLConfig base; member
92 _EGLImage base; member
103 _EGLSync base; member
117 _EGLScreen base; member
/external/junit/src/org/junit/rules/
DExternalResource.java36 public Statement apply(Statement base, Description description) { in apply()
40 private Statement statement(final Statement base) { in statement()
/external/chromium_org/third_party/freetype/src/base/
Dftgloadr.c90 FT_GlyphLoad base = &loader->base; in FT_GlyphLoader_Rewind() local
145 FT_Outline* base = &loader->base.outline; in FT_GlyphLoader_Adjust_Points() local
188 FT_GlyphLoad base = &loader->base; in FT_GlyphLoader_Adjust_Subglyphs() local
207 FT_Outline* base = &loader->base.outline; in FT_GlyphLoader_CheckPoints() local
284 FT_GlyphLoad base = &loader->base; in FT_GlyphLoader_CheckSubGlyphs() local
326 FT_GlyphLoad base; in FT_GlyphLoader_Add() local
/external/freetype/src/base/
Dftgloadr.c90 FT_GlyphLoad base = &loader->base; in FT_GlyphLoader_Rewind() local
145 FT_Outline* base = &loader->base.outline; in FT_GlyphLoader_Adjust_Points() local
188 FT_GlyphLoad base = &loader->base; in FT_GlyphLoader_Adjust_Subglyphs() local
207 FT_Outline* base = &loader->base.outline; in FT_GlyphLoader_CheckPoints() local
284 FT_GlyphLoad base = &loader->base; in FT_GlyphLoader_CheckSubGlyphs() local
326 FT_GlyphLoad base; in FT_GlyphLoader_Add() local

12345678910>>...88