Searched refs:num (Results 401 - 425 of 1985) sorted by relevance

<<11121314151617181920>>

/external/ipsec-tools/src/libipsec/
H A Dpolicy_parse.h85 u_int num; member in union:YYSTYPE
/external/javassist/src/main/javassist/bytecode/annotation/
H A DAnnotationsWriter.java92 * This method must be followed by <code>num</code> calls to
95 public void numParameters(int num) throws IOException { argument
96 output.write(num);
102 * This method must be followed by <code>num</code> calls to
105 public void numAnnotations(int num) throws IOException { argument
106 write16bit(num);
/external/libcxx/test/utilities/ratio/ratio.ratio/
H A Dratio.pass.cpp10 // test ratio: The static data members num and den shall have thcommon
18 static_assert((std::ratio<N, D>::num == eN), "");
/external/libedit/examples/
H A Dtc1.c130 int num; local
180 while ((buf = el_gets(el, &num)) != NULL && num != 0) {
189 (void) fprintf(stderr, "==> got %d %s", num, buf);
202 if (!continuation && num == 1)
227 lastevent = ev.num;
257 ev.num, ev.str);
294 if (wait(&num) == -1)
296 (void) fprintf(stderr, "Exit %x\n", num);
/external/libedit/src/
H A Dhistory.c98 int num; member in struct:__anon22835
157 #define history_def_setsize(p, num)(void) (((history_t *)p)->max = (num))
168 evp->num = code;\
333 if (h->cursor == &h->list || h->cursor->ev.num != n) {
336 if (h->cursor->ev.num == n)
403 int num, void **data)
405 if (history_set_nth(h, ev, num) != 0)
411 ev->num = h->cursor->ev.num;
402 history_deldata_nth(history_t *h, TYPE(HistEvent) *ev, int num, void **data) argument
424 history_def_del(void *p, TYPE(HistEvent) *ev __attribute__((__unused__)), const int num) argument
1067 int num = va_arg(va, int); local
1075 int num = va_arg(va, int); local
[all...]
/external/libopus/celt/
H A Dcelt_lpc.h38 const opus_val16 *num,
/external/ltrace/
H A Dvalue_dict.h58 struct value *val_dict_get_num(struct value_dict *dict, size_t num);
/external/lzma/CS/7zip/Compress/LZ/
H A DIMatchFinder.cs22 void Skip(UInt32 num); argument
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dpaint.h83 int num);
85 int num);
88 int num);
90 int num);
/external/mesa3d/src/glx/tests/
H A Dfake_glx_screen.h29 fake_glx_screen(struct glx_display *glx_dpy, int num, const char *ext) argument
36 this->scr = num;
58 fake_glx_screen_direct(struct glx_display *glx_dpy, int num, argument
60 : fake_glx_screen(glx_dpy, num, ext)
/external/openssl/crypto/bio/
H A Dbf_null.c67 static int nullf_write(BIO *h, const char *buf, int num);
135 static long nullf_ctrl(BIO *b, int cmd, long num, void *ptr) argument
144 ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
151 ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
H A Dbss_mem.c64 static int mem_write(BIO *h, const char *buf, int num);
85 /* bio->num is used to hold the value to return on 'empty', if it is
111 ret->num = 0;
123 bi->num= -1;
162 ret = b->num;
197 static long mem_ctrl(BIO *b, int cmd, long num, void *ptr) argument
226 b->num=(int)num;
238 b->shutdown=(int)num;
252 b->shutdown=(int)num;
[all...]
/external/openssl/crypto/bn/
H A Dexpspeed.c230 long num; local
232 num=BASENUM;
250 for (k=0; k<num; k++)
252 if (k%50 == 0) /* Average over num/50 different choices of random numbers. */
328 sizes[i],sizes[i],sizes[i],tm*1000.0/num,tm*mul_c[i]/num, num);
329 num/=7;
330 if (num <= 0) num
[all...]
/external/openssl/crypto/mdc2/
H A Dmdc2.h77 unsigned int num; member in struct:mdc2_ctx_st
/external/openssl/crypto/
H A Dmem_dbg.c175 int num; member in struct:mem_st
481 void CRYPTO_dbg_malloc(void *addr, int num, const char *file, int line, argument
519 m->num=num;
535 m->addr, m->num);
589 mp->order, mp->addr, mp->num);
605 void CRYPTO_dbg_realloc(void *addr1, void *addr2, int num, argument
611 fprintf(stderr, "LEVITTE_DEBUG_MEM: --> CRYPTO_dbg_malloc(addr1 = %p, addr2 = %p, num = %d, file = \"%s\", line = %d, before_p = %d)\n",
612 addr1, addr2, num, file, line, before_p);
625 CRYPTO_dbg_malloc(addr2, num, fil
[all...]
/external/openssl/crypto/rsa/
H A Drsa_none.c85 const unsigned char *from, int flen, int num)
84 RSA_padding_check_none(unsigned char *to, int tlen, const unsigned char *from, int flen, int num) argument
/external/openssl/ssl/
H A Dbio_ssl.c68 static int ssl_write(BIO *h, const char *buf, int num);
304 static long ssl_ctrl(BIO *b, int cmd, long num, void *ptr) argument
328 ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
330 ret=BIO_ctrl(ssl->rbio,cmd,num,ptr);
338 if (num) /* client mode */
345 if (num < 60) num=5;
346 bs->renegotiate_timeout=(unsigned long)num;
351 if ((long)num >=512)
352 bs->renegotiate_count=(unsigned long)num;
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dftadvanc.c114 FT_UInt num, end, nn; local
121 num = (FT_UInt)face->num_glyphs;
123 if ( start >= num || end < start || end > num )
/external/qemu/qobject/
H A Dqstring.c99 char num[32]; local
101 snprintf(num, sizeof(num), "%" PRId64, value);
102 qstring_append(qstring, num);
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
H A Duserial_linux.c953 unsigned long num = 0; local
979 if ( GetNumValue ( NAME_UART_PORT, &num, sizeof ( num ) ) )
980 uart_port = num;
981 if ( GetNumValue ( NAME_LOW_SPEED_TRANSPORT, &num, sizeof ( num ) ) )
982 isLowSpeedTransport = num;
983 if ( GetNumValue ( NAME_NFC_WAKE_DELAY, &num, sizeof ( num ) ) )
984 nfc_wake_delay = num;
1682 unsigned long num = 0; local
[all...]
/external/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp59 unsigned num);
62 const PathDiagnosticPiece& P, unsigned num, unsigned max);
331 unsigned num, unsigned max) {
382 os << "\n<tr><td class=\"num\"></td><td class=\"line\"><div id=\"";
384 if (num == max)
387 os << "Path" << num; local
450 os << "\">" << num << "</div>"; local
452 if (num > 1) {
454 << (num - 1)
456 << (num
329 HandlePiece(Rewriter& R, FileID BugFileID, const PathDiagnosticPiece& P, unsigned num, unsigned max) argument
552 ProcessMacroPiece(raw_ostream &os, const PathDiagnosticMacroPiece& P, unsigned num) argument
[all...]
/external/chromium_org/third_party/icu/source/io/
H A Duscanf_p.c422 double num; local
453 num = unum_parseDouble(format, input->str.fPos, len, &parsePos, &status);
457 *(double*)(args[0].ptrValue) = num;
459 *(long double*)(args[0].ptrValue) = num;
461 *(float*)(args[0].ptrValue) = (float)num;
466 num &= DBL_MAX;*/
487 double num; local
552 num = unum_parseDouble(format, input->str.fPos, len, &parsePos, &status);
556 *(double*)(args[0].ptrValue) = num;
558 *(long double*)(args[0].ptrValue) = num;
584 double num; local
674 void *num = (void*) (args[0].ptrValue); local
747 double num; local
972 double num; local
1032 void *num = (void*) (args[0].ptrValue); local
1088 void *num = (void*) (args[0].ptrValue); local
[all...]
/external/icu/icu4c/source/io/
H A Duscanf_p.c422 double num; local
453 num = unum_parseDouble(format, input->str.fPos, len, &parsePos, &status);
457 *(double*)(args[0].ptrValue) = num;
459 *(long double*)(args[0].ptrValue) = num;
461 *(float*)(args[0].ptrValue) = (float)num;
466 num &= DBL_MAX;*/
487 double num; local
552 num = unum_parseDouble(format, input->str.fPos, len, &parsePos, &status);
556 *(double*)(args[0].ptrValue) = num;
558 *(long double*)(args[0].ptrValue) = num;
584 double num; local
674 void *num = (void*) (args[0].ptrValue); local
747 double num; local
971 double num; local
1031 void *num = (void*) (args[0].ptrValue); local
1087 void *num = (void*) (args[0].ptrValue); local
[all...]
/external/chromium_org/sandbox/win/src/
H A Dcrosscall_client.h295 #define XCALL_GEN_PARAMS_OBJ(num, params) \
296 typedef ActualCallParams<num, kIPCChannelSize> ActualParams; \
302 #define XCALL_GEN_COPY_PARAM(num, params) \
303 COMPILE_ASSERT(kMaxIpcParams >= num, too_many_parameters); \
304 CopyHelper<Par##num> ch##num(p##num); \
305 if (!params->CopyParamIn(num - 1, ch##num.GetStart(), ch##num
[all...]
/external/e2fsprogs/lib/ext2fs/
H A Dtst_bitmaps.c249 void dump_bitmap(ext2fs_generic_bitmap bmap, unsigned int start, unsigned num) argument
253 int i, len = (num - start + 7) / 8;
261 retval = ext2fs_get_generic_bmap_range(bmap, (__u64) start, num, buf);
296 unsigned int block, num; local
304 com_err(argv[0], 0, "Usage: setb <block> [num]");
313 num = parse_ulong(argv[2], argv[0], "num", &err);
318 block, num);
319 printf("Marking blocks %u to %u\n", block, block + num - 1);
334 unsigned int block, num; local
372 unsigned int block, num; local
[all...]

Completed in 846 milliseconds

<<11121314151617181920>>