HomeSort by relevance Sort by last modified time
    Searched refs:num (Results 176 - 200 of 1121) sorted by null

1 2 3 4 5 6 78 91011>>

  /device/samsung/crespo/sec_mm/sec_omx/sec_osal/
SEC_OSAL_ETC.h 38 OMX_PTR SEC_OSAL_Strncpy(OMX_PTR dest, OMX_PTR src, size_t num);
  /external/bluetooth/bluez/lib/bluetooth/
cmtp.h 57 int num; member in struct:cmtp_conninfo
  /external/openssl/crypto/mdc2/
mdc2.h 77 unsigned int num; member in struct:mdc2_ctx_st
  /external/qemu/
qstring.c 90 char num[32]; local
92 snprintf(num, sizeof(num), "%" PRId64, value);
93 qstring_append(qstring, num);
  /external/quake/quake/src/QW/client/
draw.h 27 void Draw_Character (int x, int y, int num);
28 void Draw_DebugChar (char num);
  /frameworks/base/libs/rs/
rsLight.cpp 61 void Light::setupGL(uint32_t num) const
63 glLightfv(GL_LIGHT0 + num, GL_DIFFUSE, mColor);
64 glLightfv(GL_LIGHT0 + num, GL_SPECULAR, mColor);
65 glLightfv(GL_LIGHT0 + num, GL_POSITION, mPosition);
  /libcore/luni/src/main/java/org/apache/xpath/functions/
FuncCeiling.java 45 return new XNumber(Math.ceil(m_arg0.execute(xctxt).num()));
FuncFloor.java 45 return new XNumber(java.lang.Math.floor(m_arg0.execute(xctxt).num()));
  /libcore/luni/src/main/java/org/apache/xpath/objects/
XNull.java 70 public double num() method in class:XNull
  /libcore/luni/src/test/java/tests/java/sql/
UpdateFunctionalityTest.java 131 int num = statement.executeUpdate(updateQuery); local
133 numberOfRecords, num);
170 int num = statement.executeUpdate(updateQuery); local
173 expectedUpdated, num);
217 int num = statement.executeUpdate(updateQuery); local
219 numberOfRecords, num);
261 int num = statement.executeUpdate(updateQuery); local
264 expectedUpdated, num);
323 int num = statement.executeUpdate(updateQuery); local
325 numberOfRecords, num);
364 int num = statement.executeUpdate(updateQuery); local
405 int num = statement.executeUpdate(updateQuery); local
452 int num = statement.executeUpdate(updateQuery); local
    [all...]
  /sdk/emulator/qtools/tests/
macros.h 90 #define PRINT_NUM_DEC(num) DEV_WRITE_WORD(TRACE_DEV_REG_PRINT_NUM_DEC, (num))
91 #define PRINT_NUM_HEX(num) DEV_WRITE_WORD(TRACE_DEV_REG_PRINT_NUM_HEX, (num))
  /external/astl/src/
sstream.cpp 61 streamsize basic_stringbuf::xsputn(const char_type* str, streamsize num) {
62 mString.append(str, num);
63 return num;
  /external/bluetooth/hcidump/parser/
bpa.c 49 uint16_t num, len; local
53 num = get_u16(frm);
61 printf("BPA: id %d num %d status 0x%02x time %d channel %d\n",
62 id, num, status, time, channel);
  /external/chromium/third_party/icu/source/tools/genrb/
rbutil.c 70 int32_t num = 0; local
101 num= (pad>=length) ? pad :length;
105 for (j = 0; j < (num / 2); j++){
  /external/icu4c/tools/genrb/
rbutil.c 70 int32_t num = 0; local
101 num= (pad>=length) ? pad :length;
105 for (j = 0; j < (num / 2); j++){
  /external/iptables/extensions/
libip6t_NFQUEUE.c 25 " --queue-num value Send packet to QUEUE number <value>.\n"
31 { "queue-num", 1, 0, 'F' },
38 unsigned int num; local
40 if (string_to_number(s, 0, 65535, &num) == -1)
44 tinfo->queuenum = num & 0xffff;
60 "Only use --queue-num ONCE!");
83 printf("NFQUEUE num %u", tinfo->queuenum);
93 printf("--queue-num %u ", tinfo->queuenum);
libipt_NFQUEUE.c 25 " --queue-num value Send packet to QUEUE number <value>.\n"
31 { "queue-num", 1, 0, 'F' },
38 unsigned int num; local
40 if (string_to_number(s, 0, 65535, &num) == -1)
44 tinfo->queuenum = num & 0xffff;
60 "Only use --queue-num ONCE!");
83 printf("NFQUEUE num %u", tinfo->queuenum);
93 printf("--queue-num %u ", tinfo->queuenum);
  /external/openssl/crypto/bf/
bf_cfb64.c 64 * 64bit block we have used is contained in *num;
68 const BF_KEY *schedule, unsigned char *ivec, int *num, int encrypt)
71 register int n= *num;
119 *num=n;
bf_ofb64.c 64 * 64bit block we have used is contained in *num;
67 const BF_KEY *schedule, unsigned char *ivec, int *num)
70 register int n= *num;
108 *num=n;
  /external/openssl/crypto/bio/
bss_null.c 64 static int null_write(BIO *h, const char *buf, int num);
93 bi->num=0;
114 static long null_ctrl(BIO *b, int cmd, long num, void *ptr)
  /external/openssl/crypto/des/
cfb64enc.c 63 * 64bit block we have used is contained in *num;
68 DES_cblock *ivec, int *num, int enc)
72 register int n= *num;
119 *num=n;
ofb64enc.c 63 * 64bit block we have used is contained in *num;
67 DES_key_schedule *schedule, DES_cblock *ivec, int *num)
70 register int n= *num;
108 *num=n;
  /external/openssl/crypto/rc2/
rc2cfb64.c 64 * 64bit block we have used is contained in *num;
69 int *num, int encrypt)
72 register int n= *num;
120 *num=n;
rc2ofb64.c 64 * 64bit block we have used is contained in *num;
68 int *num)
71 register int n= *num;
109 *num=n;
  /external/webkit/WebCore/platform/graphics/cg/
ImageSourceCG.cpp 173 CFNumberRef num = (CFNumberRef)CFDictionaryGetValue(properties.get(), kCGImagePropertyPixelWidth); local
174 if (num)
175 CFNumberGetValue(num, kCFNumberIntType, &w);
176 num = (CFNumberRef)CFDictionaryGetValue(properties.get(), kCGImagePropertyPixelHeight);
177 if (num)
178 CFNumberGetValue(num, kCFNumberIntType, &h);
200 CFNumberRef num = (CFNumberRef)CFDictionaryGetValue(gifProperties, kCGImagePropertyGIFLoopCount); local
201 if (num)
202 CFNumberGetValue(num, kCFNumberIntType, &result);
250 CFNumberRef num = (CFNumberRef)CFDictionaryGetValue(typeProperties, kCGImagePropertyGIFDelayTime) local
    [all...]

Completed in 389 milliseconds

1 2 3 4 5 6 78 91011>>