HomeSort by: relevance | last modified time | path
    Searched defs:value (Results 1 - 25 of 3630) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/apache2/llvm/dist/clang/tools/scan-build-py/tests/functional/src/
broken-one.c 3 int value(int in) function
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
tls.c 47 void *value; local
49 if (thr_getspecific (key, &value) != 0)
51 return value;
  /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
tls.c 47 void *value; local
49 if (thr_getspecific (key, &value) != 0)
51 return value;
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_type_traits.cpp 17 const bool true_type::value; member in class:__sanitizer::true_type
18 const bool false_type::value; member in class:__sanitizer::false_type
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_type_traits.cpp 17 const bool true_type::value; member in class:__sanitizer::true_type
18 const bool false_type::value; member in class:__sanitizer::false_type
  /src/lib/libc/compat-43/
gethostid.c 49 int mib[2], value; local
54 size = sizeof(value);
55 if (sysctl(mib, 2, &value, &size, NULL, (size_t)0) == -1)
57 return (value);
sethostid.c 49 int mib[2], value; local
53 value = (int)hostid;
54 if (sysctl(mib, 2, NULL, NULL, &value, sizeof(value)) == -1)
  /src/sys/arch/arm/xscale/
pxa2x0_gpio.h 73 u_int value; member in struct:pxa2x0_gpioconf
  /src/sys/external/bsd/libnv/dist/
dnvlist.c 95 const void *value; local
98 value = nvlist_get_binary(nvl, name, sizep);
102 value = defval;
104 return (value);
132 void *value; local
135 value = nvlist_take_binary(nvl, name, sizep);
139 value = defval;
141 return (value);
  /src/tests/usr.bin/xlint/lint1/
msg_045.c 9 int value; member in struct:counter
19 /* expect+1: warning: invalid use of member 'value' [102] */
20 counter.value++;
msg_170.c 9 int value; member in struct:number
17 /* expect+1: error: function 'example' expects to return value [214] */
msg_185.c 9 const void *value; member in struct:any
  /src/crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/
inquire_sec_context_by_oid.c 55 gss_buffer_desc value; local
57 value.length = ctx->sessionkey.length;
58 value.value = ctx->sessionkey.data;
61 &value,
74 gss_buffer_desc value; local
82 value.length = sizeof(num);
83 value.value = #
86 &value,
    [all...]
  /src/external/bsd/nvi/dist/vi/
v_z.c 43 e_key_t value; local
46 * The first count is the line to use. If the value doesn't
67 * This could be much more simply done by modifying the value of the
124 value = KEY_VAL(sp, vp->character);
125 if (value != K_CR && value != K_NL) {
  /src/external/gpl3/binutils/dist/opcodes/
aarch64-asm-2.c 31 enum aarch64_opcode_idx value; local
36 value = A64_OPID_5a000000_sbc_Rd_Rn_Rm;
40 value = A64_OPID_7a000000_sbcs_Rd_Rn_Rm;
44 value = A64_OPID_2b200000_adds_Rd_Rn_SP_Rm_EXT;
48 value = A64_OPID_6b200000_subs_Rd_Rn_SP_Rm_EXT;
52 value = A64_OPID_11000000_add_Rd_SP_Rn_SP_AIMM;
56 value = A64_OPID_31000000_adds_Rd_Rn_SP_AIMM;
60 value = A64_OPID_71000000_subs_Rd_Rn_SP_AIMM;
64 value = A64_OPID_2b000000_adds_Rd_Rn_Rm_SFT;
68 value = A64_OPID_4b000000_sub_Rd_Rn_Rm_SFT
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
aarch64-asm-2.c 30 int value; local
35 value = 2; /* --> sbc. */
39 value = 4; /* --> sbcs. */
43 value = 7; /* --> adds. */
47 value = 10; /* --> subs. */
51 value = 12; /* --> add. */
55 value = 14; /* --> adds. */
59 value = 17; /* --> subs. */
63 value = 22; /* --> adds. */
67 value = 24; /* --> sub. *
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/root/
optional.h 14 /// Optional type that is either `empty` or contains a value of type `T`
19 /** the value (if present) **/
20 T value; member in struct:final
22 /** whether `value` is set **/
26 /** Creates an `Optional` with the given value **/
29 /** Creates an `Optional` with the given value **/
32 /** Checks whether this `Optional` contains a value **/
35 /** Checks whether this `Optional` does not contain a value **/
38 /** Returns: The value if present **/
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
aarch64-pseudo-unwind.c 23 break_here_c (uint64_t value)
30 uint64_t value = caller (); local
31 break_here_c (value);
amd64-pseudo-unwind.c 23 break_here_c (uint64_t value)
30 uint64_t value = caller (); local
31 break_here_c (value);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.compile/
compile-ops.c 18 int value = 0xdeadf00d; variable
19 int *ptr = &value;
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dap/
args-env.c 24 const char *value = getenv ("DEI"); local
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/
dw2-ifort-parameter.c 18 int value = 0xdeadf00d; variable
19 int *ptr = &value;
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
py-label-symbol-value.c 29 int value = get_value (); local
30 if (value > 0)
  /src/external/gpl3/gdb.old/dist/gdbsupport/
common-regcache.cc 22 /* Return the register's value or throw if it's not available. */
27 ULONGEST value; local
30 status = regcache_raw_read_unsigned (regcache, regnum, &value);
34 return value;
  /src/external/lgpl3/gmp/dist/demos/calc/
calc-common.h 27 int value; member in struct:calc_keywords_t

Completed in 20 milliseconds

1 2 3 4 5 6 7 8 91011>>