HomeSort by relevance Sort by last modified time
    Searched defs:num (Results 51 - 75 of 801) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/openssl/crypto/lhash/
lh_stats.c 102 unsigned int i,num; local
106 for (n=lh->b[i],num=0; n != NULL; n=n->next)
107 num++;
108 fprintf(out,"node %6u -> %3u\n",i,num);
115 unsigned long num; local
121 for (n=lh->b[i],num=0; n != NULL; n=n->next)
122 num++;
123 if (num != 0)
126 total+=num;
211 unsigned int i,num; local
224 unsigned long num; local
    [all...]
  /external/openssl/crypto/md4/
md4.h 105 unsigned int num; member in struct:MD4state_st
  /external/openssl/crypto/md5/
md5.h 105 unsigned int num; member in struct:MD5state_st
  /external/openssl/crypto/modes/
cfb128.c 64 * 128bit block we have used is contained in *num;
68 unsigned char ivec[16], int *num,
74 assert(in && out && key && ivec && num);
76 n = *num;
108 *num = n;
121 *num = n;
155 *num = n;
169 *num=n;
180 int n,rem,num; local
189 num = (nbits+7)/8
    [all...]
  /external/openssl/include/openssl/
md4.h 105 unsigned int num; member in struct:MD4state_st
md5.h 105 unsigned int num; member in struct:MD5state_st
  /external/qemu/
qstring.c 91 char num[32]; local
93 snprintf(num, sizeof(num), "%" PRId64, value);
94 qstring_append(qstring, num);
  /external/webkit/PerformanceTests/SunSpider/tests/parse-only/
concat-jquery-mootools-prototype.js 109 get: function( num ) {
110 return num === undefined ?
116 this[ num ];
1266 function num(elem, prop) { function
    [all...]
jquery-1.3.2.js 109 get: function( num ) {
110 return num === undefined ?
116 this[ num ];
1266 function num(elem, prop) { function
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
hp400.c 66 Word32 num; local
73 num = (Word32)lg;
94 }while(--num !=0);
hp50.c 67 Word32 num; local
75 num = (Word32)lg;
94 }while(--num !=0);
  /hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/audio/exynos5/srp/alp/include/
srp_api.h 46 int num; member in struct:srp_buf_info
68 int SRP_Get_Ibuf_Info(void **addr, unsigned int *size, unsigned int *num);
69 int SRP_Get_Obuf_Info(void **addr, unsigned int *size, unsigned int *num);
  /packages/apps/Phone/tests/src/com/android/phone/unit/
CnapTest.java 50 String num = modifyForSpecialCnapCases("ABSENT NUMBER", PRESENTATION_ALLOWED); local
51 assertIsUnknown(num);
  /packages/inputmethods/PinyinIME/jni/share/
lpicache.cpp 57 uint16 num = kMaxLpiCachePerId; local
58 if (num > lpi_num)
59 num = static_cast<uint16>(lpi_num);
62 for (uint16 pos = 0; pos < num; pos++)
65 lpi_cache_len_[splid] = num;
66 return num;
  /external/apache-xml/src/main/java/org/apache/xpath/objects/
XBoolean.java 102 public double num() method in class:XBoolean
XRTreeFragSelectWrapper.java 96 public double num() method in class:XRTreeFragSelectWrapper
100 throw new RuntimeException(XSLMessages.createXPATHMessage(XPATHErrorResources.ER_NUM_NOT_SUPPORTED_XRTREEFRAGSELECTWRAPPER, null)); //"num() not supported by XRTreeFragSelectWrapper!");
  /external/chromium/base/
string_number_conversions_unittest.cc 19 INT num; member in struct:base::__anon3702::IntToStringTest
46 EXPECT_EQ(IntToString(test->num), test->sexpected);
47 EXPECT_EQ(IntToString16(test->num), UTF8ToUTF16(test->sexpected));
48 EXPECT_EQ(UintToString(test->num), test->uexpected);
49 EXPECT_EQ(UintToString16(test->num), UTF8ToUTF16(test->uexpected));
53 EXPECT_EQ(Int64ToString(test->num), test->sexpected);
54 EXPECT_EQ(Int64ToString16(test->num), UTF8ToUTF16(test->sexpected));
55 EXPECT_EQ(Uint64ToString(test->num), test->uexpected);
56 EXPECT_EQ(Uint64ToString16(test->num), UTF8ToUTF16(test->uexpected));
  /external/chromium/testing/gtest/test/
gtest-linked_ptr_test.cc 43 int num; member in namespace:__anon5257
49 A(): mynum(num++) { *history << "A" << mynum << " ctor\n"; }
67 num = 0;
  /external/e2fsprogs/ext2ed/
blockbitmap_com.c 118 long entry_num,num=1; local
124 num=atol (buffer);
129 if (num > file_system_info.super_block.s_blocks_per_group-entry_num) {
134 while (num) { /* And call allocate_block */
136 num--;entry_num++;
147 long entry_num,num=1; local
153 num=atol (buffer);
157 if (num > file_system_info.super_block.s_blocks_per_group-entry_num) {
162 while (num) {
164 num--;entry_num++
    [all...]
inodebitmap_com.c 83 long entry_num,num=1; local
89 num=atol (buffer);
93 if (num > file_system_info.super_block.s_inodes_per_group-entry_num) {
98 while (num) {
100 num--;entry_num++;
109 long entry_num,num=1; local
115 num=atol (buffer);
119 if (num > file_system_info.super_block.s_inodes_per_group-entry_num) {
124 while (num) {
126 num--;entry_num++
    [all...]
  /external/e2fsprogs/lib/e2p/
mntopts.c 60 int num; local
73 num = strtol(string+8, &eptr, 10);
74 if (num > 32 || num < 0)
78 *mask = 1 << num;
  /external/e2fsprogs/resize/
sim_progress.c 52 int old_level, level, num, i; local
58 num = level - old_level;
59 if (num == 0)
62 if (num > 0) {
63 for (i=0; i < num; i++)
66 num = -num;
67 for (i=0; i < num; i++)
69 for (i=0; i < num; i++)
71 for (i=0; i < num; i++
    [all...]
  /external/gtest/test/
gtest-linked_ptr_test.cc 43 int num; member in namespace:__anon8295
49 A(): mynum(num++) { *history << "A" << mynum << " ctor\n"; }
67 num = 0;
  /external/libvpx/libvpx/third_party/googletest/src/test/
gtest-linked_ptr_test.cc 43 int num; member in namespace:__anon10919
49 A(): mynum(num++) { *history << "A" << mynum << " ctor\n"; }
67 num = 0;
  /external/openssl/apps/
gendh.c 93 int ret=1,num=DEFBITS; local
145 if ((argc >= 1) && ((sscanf(*argv,"%d",&num) == 0) || (num < 0)))
200 BIO_printf(bio_err,"Generating DH parameters, %d bit long safe prime, generator %d\n",num,g);
203 if(((dh = DH_new()) == NULL) || !DH_generate_parameters_ex(dh, num, g, &cb))

Completed in 807 milliseconds

1 23 4 5 6 7 8 91011>>