HomeSort by: relevance | last modified time | path
    Searched refs:pvalue (Results 1 - 25 of 27) sorted by relevancy

1 2

  /src/external/gpl3/gdb.old/dist/gdb/python/lib/gdb/command/
prompt.py 46 def get_show_string(self, pvalue):
  /src/external/gpl3/gdb/dist/gdb/python/lib/gdb/command/
prompt.py 46 def get_show_string(self, pvalue):
  /src/external/ibm-public/postfix/dist/src/util/
split_qnameval.c 61 const char *split_qnameval(char *buf, char **pkey, char **pvalue)
98 *pvalue = value;
  /src/external/bsd/libevent/dist/include/event2/
rpc.h 111 @param pvalue a pointer to the variable to hold the value
114 #define EVTAG_GET(msg, member, pvalue) \
115 (*(msg)->base->member##_get)((msg), (pvalue))
121 @param pvalue a pointer to the variable to hold the value
125 #define EVTAG_GET_WITH_LEN(msg, member, pvalue, plen) \
126 (*(msg)->base->member##_get)((msg), (pvalue), (plen))
143 #define EVTAG_ARRAY_GET(msg, member, offset, pvalue) \
144 (*(msg)->base->member##_get)((msg), (offset), (pvalue))
  /src/external/bsd/ntp/dist/sntp/libevent/include/event2/
rpc.h 111 @param pvalue a pointer to the variable to hold the value
114 #define EVTAG_GET(msg, member, pvalue) \
115 (*(msg)->base->member##_get)((msg), (pvalue))
121 @param pvalue a pointer to the variable to hold the value
125 #define EVTAG_GET_WITH_LEN(msg, member, pvalue, plen) \
126 (*(msg)->base->member##_get)((msg), (pvalue), (plen))
143 #define EVTAG_ARRAY_GET(msg, member, offset, pvalue) \
144 (*(msg)->base->member##_get)((msg), (offset), (pvalue))
  /src/external/gpl3/gcc.old/dist/libgomp/
env.c 218 parse_unsigned_long_1 (const char *name, unsigned long *pvalue, bool allow_zero,
243 *pvalue = value;
254 parse_unsigned_long (const char *name, unsigned long *pvalue, bool allow_zero)
256 return parse_unsigned_long_1 (name, pvalue, allow_zero, false);
264 parse_int_1 (const char *name, int *pvalue, bool allow_zero, bool secure)
274 *pvalue = (int) value;
281 parse_int (const char *name, int *pvalue, bool allow_zero)
283 return parse_int_1 (name, pvalue, allow_zero, false);
289 parse_int_secure (const char *name, int *pvalue, bool allow_zero)
291 return parse_int_1 (name, pvalue, allow_zero, true)
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/x509/
v3_genn.c 260 ASN1_OBJECT **poid, ASN1_TYPE **pvalue)
266 if (pvalue)
267 *pvalue = gen->d.otherName->value;
  /src/crypto/external/bsd/openssl/dist/crypto/x509/
v3_genn.c 232 ASN1_OBJECT **poid, ASN1_TYPE **pvalue)
238 if (pvalue)
239 *pvalue = gen->d.otherName->value;
  /src/crypto/external/bsd/openssl.old/dist/crypto/x509v3/
v3_genn.c 232 ASN1_OBJECT **poid, ASN1_TYPE **pvalue)
238 if (pvalue)
239 *pvalue = gen->d.otherName->value;
  /src/external/gpl3/gcc/dist/libgomp/
env.c 252 parse_unsigned_long_1 (const char *env, const char *val, unsigned long *pvalue,
276 *pvalue = value;
290 unsigned long pvalue = 0; local
291 bool ret = parse_unsigned_long_1 (env, val, &pvalue, (bool) params[1]);
296 *(unsigned long *) params[0] = pvalue;
299 if (pvalue > upper)
300 pvalue = upper;
302 *(unsigned char *) params[0] = pvalue;
304 *(unsigned int *) params[0] = pvalue;
306 *(unsigned long *) params[0] = pvalue;
1099 int *pvalue = (int *) params[0]; local
    [all...]
  /src/sbin/tunefs/
tunefs.c 116 const char *avalue, *pvalue, *name; local
120 avalue = pvalue = NULL;
194 pvalue = optarg;
195 if (strcmp(pvalue, "enable") &&
196 strcmp(pvalue, "disable")) {
394 if (strcmp(pvalue, "enable") == 0) {
406 } else if (strcmp(pvalue, "disable") == 0) {
  /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/tools/gbench/
report.py 164 timings_time[0], timings_time[1], alternative='two-sided').pvalue
166 timings_cpu[0], timings_cpu[1], alternative='two-sided').pvalue
  /src/external/bsd/libarchive/dist/libarchive/
archive_read_support_format_rar5.c 932 * `pvalue`. The `pvalue_len` argument points to a variable that will receive
933 * the byte count that was consumed in order to decode the `pvalue` value, plus
942 * Returns 1 if *pvalue was successfully read.
943 * Returns 0 if there was an error. In this case, *pvalue contains an
947 static int read_var(struct archive_read* a, uint64_t* pvalue,
973 if(pvalue) {
974 *pvalue = result;
1003 if(pvalue) {
1004 *pvalue = result;
1018 static int read_var_sized(struct archive_read* a, size_t* pvalue,
    [all...]
  /src/external/mit/lua/dist/src/
ltable.c 182 void *p = pvalue(key);
238 return pvalue(k1) == pvalueraw(keyval(n2));
lobject.h 448 #define pvalue(o) check_exp(ttislightuserdata(o), val_(o).p) macro
lvm.c 631 case LUA_VLIGHTUSERDATA: return pvalue(t1) == pvalue(t2);
lapi.c 458 case LUA_TLIGHTUSERDATA: return pvalue(o);
  /src/crypto/external/bsd/netpgp/dist/bindings/perl/
netpgpperl_wrap.c 1238 void *pvalue; member in struct:swig_constant_info
4162 sv_setpv(sv, (char *) swig_constants[i].pvalue);
4165 SWIG_MakePtr(sv, swig_constants[i].pvalue, *(swig_constants[i].ptype),0);
4168 SWIG_MakePackedObj(sv, swig_constants[i].pvalue, swig_constants[i].lvalue, *(swig_constants[i].ptype));
  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
x509v3.h 505 ASN1_OBJECT **poid, ASN1_TYPE **pvalue);
  /src/crypto/external/apache2/openssl/dist/include/openssl/
x509v3.h.in 599 ASN1_OBJECT **poid, ASN1_TYPE **pvalue);
  /src/crypto/external/bsd/openssl/dist/include/openssl/
x509v3.h.in 564 ASN1_OBJECT **poid, ASN1_TYPE **pvalue);
  /src/crypto/external/bsd/netpgp/dist/bindings/python/
netpgppython_wrap.c 951 void *pvalue; member in struct:swig_const_info
5092 obj = SWIG_NewPointerObj(constants[i].pvalue, *(constants[i]).ptype,0);
5095 obj = SWIG_NewPackedObj(constants[i].pvalue, constants[i].lvalue, *(constants[i].ptype));
5139 void *ptr = (ci->type == SWIG_PY_POINTER) ? ci->pvalue : 0;
  /src/crypto/external/bsd/netpgp/dist/bindings/tcl/
netpgptcl_wrap.c 800 void *pvalue; member in struct:swig_const_info
3409 obj = SWIG_NewPointerObj(constants[i].pvalue, *(constants[i]).ptype,0);
3412 obj = SWIG_NewPackedObj(constants[i].pvalue, constants[i].lvalue, *(constants[i].ptype));
  /src/external/gpl3/binutils/dist/bfd/
elflink.c 1133 NAME, SYM, PSEC, and PVALUE. We set SYM_HASH to the hash table
1148 bfd_vma *pvalue,
1722 abfd, sec, *pvalue);
1788 We change *PSEC and *PVALUE to make the new symbol look like a
1798 *pvalue = sym->st_size;
1903 if (h->size > *pvalue)
1904 *pvalue = h->size;
  /src/external/gpl3/binutils.old/dist/bfd/
elflink.c 1126 NAME, SYM, PSEC, and PVALUE. We set SYM_HASH to the hash table
1141 bfd_vma *pvalue,
1709 abfd, sec, *pvalue);
1775 We change *PSEC and *PVALUE to make the new symbol look like a
1785 *pvalue = sym->st_size;
1890 if (h->size > *pvalue)
1891 *pvalue = h->size;

Completed in 106 milliseconds

1 2