/external/webrtc/src/common_audio/signal_processing/ |
D | division_operations.c | 26 WebRtc_UWord32 WebRtcSpl_DivU32U16(WebRtc_UWord32 num, WebRtc_UWord16 den) in WebRtcSpl_DivU32U16() 38 WebRtc_Word32 WebRtcSpl_DivW32W16(WebRtc_Word32 num, WebRtc_Word16 den) in WebRtcSpl_DivW32W16() 50 WebRtc_Word16 WebRtcSpl_DivW32W16ResW16(WebRtc_Word32 num, WebRtc_Word16 den) in WebRtcSpl_DivW32W16ResW16() 62 WebRtc_Word32 WebRtcSpl_DivResultInQ31(WebRtc_Word32 num, WebRtc_Word32 den) in WebRtcSpl_DivResultInQ31() 100 WebRtc_Word32 WebRtcSpl_DivW32HiLow(WebRtc_Word32 num, WebRtc_Word16 den_hi, in WebRtcSpl_DivW32HiLow()
|
/external/jmonkeyengine/engine/src/desktop/jme3tools/navigation/ |
D | StringUtil.java | 36 public String padNum(long num, int totalLen) { in padNum() 53 public String padNumZero(long num, int totalLen) { in padNumZero() 70 public String padNum(int num, int totalLen) { in padNum() 87 public String padNumZero(int num, int totalLen) { in padNumZero() 104 public String padNum(double num, int wholeLen, int decimalPlaces) { in padNum() 131 public String padNumZero(double num, int wholeLen, int decimalPlaces) { in padNumZero() 158 public String padNum(float num, int wholeLen, int decimalPlaces) { in padNum() 185 public String padNumZero(float num, int wholeLen, int decimalPlaces) { in padNumZero() 250 public String prettyNum(double num) { in prettyNum()
|
/external/valgrind/main/none/tests/s390x/ |
D | tcxb.c | 5 static int tcxb(long double f, long long num) in tcxb() 18 static int tcdb(double f, long long num) in tcdb() 31 static int tceb(float f, long long num) in tceb()
|
/external/e2fsprogs/lib/e2p/ |
D | hashstr.c | 20 int num; member 31 const char *e2p_hash2string(int num) in e2p_hash2string() 51 int num; in e2p_string2hash() local
|
D | parse_num.c | 17 unsigned long long num; in parse_num_blocks() local 51 unsigned long num; in main() local
|
/external/webkit/Source/JavaScriptCore/wtf/ |
D | MathExtras.h | 112 static double round(double num) in round() 119 static float roundf(float num) in roundf() 126 inline long long llround(double num) { return static_cast<long long>(round(num)); } in llround() 127 inline long long llroundf(float num) { return static_cast<long long>(roundf(num)); } in llroundf() 128 inline long lround(double num) { return static_cast<long>(round(num)); } in lround() 129 inline long lroundf(float num) { return static_cast<long>(roundf(num)); } in lroundf() 130 inline double trunc(double num) { return num > 0 ? floor(num) : ceil(num); } in trunc() 137 inline long long abs(long long num) { return _abs64(num); } in abs() 140 inline bool isinf(double num) { return !_finite(num) && !_isnan(num); } in isinf() 141 inline bool isnan(double num) { return !!_isnan(num); } in isnan() [all …]
|
/external/javassist/src/main/javassist/bytecode/ |
D | StackMap.java | 141 int num = ByteArray.readU16bit(info, 0); in visit() local 156 public int locals(int pos, int offset, int num) { in locals() 164 public int stack(int pos, int offset, int num) { in stack() 176 public int typeInfoArray(int pos, int offset, int num, boolean isLocals) { in typeInfoArray() 237 int num = ByteArray.readU16bit(info, 0); in visit() local 242 public int locals(int pos, int offset, int num) { in locals() 247 public int typeInfoArray(int pos, int offset, int num, boolean isLocals) { in typeInfoArray() 308 int num = ByteArray.readU16bit(info, 0); in visit() local 313 public int locals(int pos, int offset, int num) { in locals() 318 public int typeInfoArray(int pos, int offset, int num, boolean isLocals) { in typeInfoArray() [all …]
|
/external/apache-xml/src/main/java/org/apache/xpath/objects/ |
D | XNumber.java | 57 public XNumber(Number num) in XNumber() 92 public double num() in num() method in XNumber 104 public double num(XPathContext xctxt) in num() method in XNumber 292 double num = m_val; in str() local
|
/external/openssl/crypto/aes/ |
D | aes_cfb.c | 62 unsigned char *ivec, int *num, const int enc) { in AES_cfb128_encrypt() 70 unsigned char *ivec, int *num, const int enc) in AES_cfb1_encrypt() 77 unsigned char *ivec, int *num, const int enc) in AES_cfb8_encrypt()
|
/external/webkit/Source/WebCore/platform/win/ |
D | GDIObjectCounter.h | 33 #define LOCAL_GDI_COUNTER(num, identifier) ((void)0) argument 35 #define LOCAL_GDI_COUNTER(num, identifier) GDIObjectCounter counter##num(identifier) argument
|
/external/openssl/crypto/lhash/ |
D | lh_stats.c | 102 unsigned int i,num; in lh_node_stats() local 115 unsigned long num; in lh_node_usage_stats() local 211 unsigned int i,num; in lh_node_stats_bio() local 224 unsigned long num; in lh_node_usage_stats_bio() local
|
/external/openssl/crypto/rand/ |
D | md_rand.c | 193 static void ssleay_rand_add(const void *buf, int num, double add) in ssleay_rand_add() 329 static void ssleay_rand_seed(const void *buf, int num) in ssleay_rand_seed() 334 static int ssleay_rand_bytes(unsigned char *buf, int num, int pseudo) in ssleay_rand_bytes() 534 static int ssleay_rand_nopseudo_bytes(unsigned char *buf, int num) in ssleay_rand_nopseudo_bytes() 541 static int ssleay_rand_pseudo_bytes(unsigned char *buf, int num) in ssleay_rand_pseudo_bytes()
|
/external/openssl/crypto/modes/ |
D | cfb128.c | 68 unsigned char ivec[16], int *num, in CRYPTO_cfb128_encrypt() 180 int n,rem,num; in cfbr_encrypt_block() local 211 unsigned char ivec[16], int *num, in CRYPTO_cfb128_1_encrypt() 231 unsigned char ivec[16], int *num, in CRYPTO_cfb128_8_encrypt()
|
/external/bison/src/ |
D | state.c | 43 transitions_new (int num, state **the_states) in transitions_new() 81 errs_new (int num, symbol **tokens) in errs_new() 103 reductions_new (int num, rule **reds) in reductions_new() 177 state_transitions_set (state *s, int num, state **trans) in state_transitions_set() 189 state_reductions_set (state *s, int num, rule **reds) in state_reductions_set() 213 state_errs_set (state *s, int num, symbol **tokens) in state_errs_set()
|
/external/linux-tools-perf/arch/powerpc/util/ |
D | dwarf-regs.c | 22 #define REG_DWARFNUM_NAME(r, num) {.name = r, .dwarfnum = num} argument 23 #define GPR_DWARFNUM_NAME(num) \ argument
|
/external/linux-tools-perf/arch/arm/util/ |
D | dwarf-regs.c | 27 #define REG_DWARFNUM_NAME(r, num) {.name = r, .dwarfnum = num} argument 28 #define GPR_DWARFNUM_NAME(num) \ argument
|
/external/openssl/crypto/asn1/ |
D | evp_asn1.c | 78 int ret,num; in ASN1_TYPE_get_octetstring() local 96 int ASN1_TYPE_set_int_octetstring(ASN1_TYPE *a, long num, unsigned char *data, in ASN1_TYPE_set_int_octetstring() 138 int ASN1_TYPE_get_int_octetstring(ASN1_TYPE *a, long *num, unsigned char *data, in ASN1_TYPE_get_int_octetstring()
|
/external/openssl/crypto/bio/ |
D | bss_bio.c | 283 ossl_ssize_t num; in bio_nread0() local 321 ossl_ssize_t num, available; in bio_nread() local 354 size_t num = num_; in bio_write() local 434 size_t num; in bio_nwrite0() local 482 ossl_ssize_t num, space; in bio_nwrite() local 503 static long bio_ctrl(BIO *bio, int cmd, long num, void *ptr) in bio_ctrl() 877 int BIO_nread(BIO *bio, char **buf, int num) in BIO_nread() 910 int BIO_nwrite(BIO *bio, char **buf, int num) in BIO_nwrite()
|
D | bf_buff.c | 133 int i,num=0; in buffer_read() local 199 int i,num=0; in buffer_write() local 270 static long buffer_ctrl(BIO *b, int cmd, long num, void *ptr) in buffer_ctrl() 459 int num=0,i,flag; in buffer_gets() local
|
/external/quake/quake/src/WinQuake/ |
D | sbar.cpp | 288 void Sbar_DrawCharacter (int x, int y, int num) in Sbar_DrawCharacter() 314 int Sbar_itoa (int num, char *buf) in Sbar_itoa() 350 void Sbar_DrawNum (int x, int y, int num, int digits, int color) in Sbar_DrawNum() 549 char num[6]; in Sbar_DrawInventory() local 772 char num[12]; in Sbar_DrawFrags() local 841 char num[12]; in Sbar_DrawFace() local 1058 void Sbar_IntermissionNumber (int x, int y, int num, int digits, int color) in Sbar_IntermissionNumber() 1096 char num[12]; in Sbar_DeathmatchOverlay() local 1177 char num[12]; in Sbar_MiniDeathmatchOverlay() local 1277 int num; in Sbar_IntermissionOverlay() local
|
/external/aac/libSYS/include/ |
D | genericStds.h | 163 #define C_ALLOC_MEM(name,type,num) \ argument 169 #define C_ALLOC_MEM_STATIC(name,type,num) \ argument 181 #define C_AALLOC_MEM(name,type,num) \ argument 193 #define C_ALLOC_MEM_L(name,type,num,s) \ argument 205 #define C_AALLOC_MEM_L(name,type,num,s) \ argument 219 #define C_ALLOC_MEM_OVERLAY(name,type,num,sect,tag) C_AALLOC_MEM_L(name,type,num,sect) argument
|
/external/webkit/Source/WebCore/platform/graphics/cg/ |
D | ImageSourceCG.cpp | 192 … CFNumberRef num = (CFNumberRef)CFDictionaryGetValue(properties.get(), kCGImagePropertyPixelWidth); in frameSizeAtIndex() local 215 CFNumberRef num = (CFNumberRef)CFDictionaryGetValue(properties.get(), CFSTR("hotspotX")); in getHotSpot() local 251 … CFNumberRef num = (CFNumberRef)CFDictionaryGetValue(gifProperties, kCGImagePropertyGIFLoopCount); in repetitionCount() local 320 …if (CFNumberRef num = (CFNumberRef)CFDictionaryGetValue(typeProperties, WebCoreCGImagePropertyGIFU… in frameDurationAtIndex() local 323 …} else if (CFNumberRef num = (CFNumberRef)CFDictionaryGetValue(typeProperties, kCGImagePropertyGIF… in frameDurationAtIndex() local
|
/external/openssl/crypto/ |
D | mem.c | 78 static void *default_malloc_ex(size_t num, const char *file, int line) in default_malloc_ex() 84 static void *default_realloc_ex(void *str, size_t num, in default_realloc_ex() 93 static void *default_malloc_locked_ex(size_t num, const char *file, int line) in default_malloc_locked_ex() 252 void *CRYPTO_malloc_locked(int num, const char *file, int line) in CRYPTO_malloc_locked() 296 void *CRYPTO_malloc(int num, const char *file, int line) in CRYPTO_malloc() 335 void *CRYPTO_realloc(void *str, int num, const char *file, int line) in CRYPTO_realloc() 356 void *CRYPTO_realloc_clean(void *str, int old_len, int num, const char *file, in CRYPTO_realloc_clean() 402 void *CRYPTO_remalloc(void *a, int num, const char *file, int line) in CRYPTO_remalloc()
|
/external/clang/test/CodeGen/ |
D | 2004-02-20-Builtins.c | 3 void zsqrtxxx(float num) { in zsqrtxxx()
|
/external/v8/test/cctest/ |
D | test-conversions.cc | 159 char num[] = in TEST() local 185 char num[] = in TEST() local 211 char num[] = "0.16e309"; in TEST() local
|