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

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/gcc/dist/libgomp/
libgomp_f.h.in 77 char test[(@OMP_LOCK_SIZE@ != sizeof (omp_lock_t)
79 || @OMP_NEST_LOCK_SIZE@ != sizeof (omp_nest_lock_t)
81 || @OMP_LOCK_KIND@ != sizeof (*(omp_lock_arg_t) 0)
82 || @OMP_NEST_LOCK_KIND@ != sizeof (*(omp_nest_lock_arg_t) 0)
83 || @INTPTR_T_KIND@ != sizeof (omp_allocator_handle_t)
84 || 4 != sizeof (omp_alloctrait_key_t)
85 || @INTPTR_T_KIND@ != sizeof (omp_alloctrait_value_t)
86 || @INTPTR_T_KIND@ != sizeof (omp_memspace_handle_t)
87 || @OMP_DEPEND_KIND@ != sizeof (omp_depend_t))
89 char test2[(@OMP_LOCK_25_SIZE@ != sizeof (omp_lock_25_t
    [all...]
  /src/external/gpl3/gcc.old/dist/libgomp/
libgomp_f.h.in 77 char test[(@OMP_LOCK_SIZE@ != sizeof (omp_lock_t)
79 || @OMP_NEST_LOCK_SIZE@ != sizeof (omp_nest_lock_t)
81 || @OMP_LOCK_KIND@ != sizeof (*(omp_lock_arg_t) 0)
82 || @OMP_NEST_LOCK_KIND@ != sizeof (*(omp_nest_lock_arg_t) 0)
83 || @INTPTR_T_KIND@ != sizeof (omp_allocator_handle_t)
84 || 4 != sizeof (omp_alloctrait_key_t)
85 || @INTPTR_T_KIND@ != sizeof (omp_alloctrait_value_t)
86 || @INTPTR_T_KIND@ != sizeof (omp_memspace_handle_t)
87 || @OMP_DEPEND_KIND@ != sizeof (omp_depend_t))
89 char test2[(@OMP_LOCK_25_SIZE@ != sizeof (omp_lock_25_t
    [all...]
  /src/tests/usr.bin/c++/
t_msan_check_mem.sh 70 int *volatile p = (int *)malloc(sizeof(int));
72 __msan_check_mem_is_initialized(p, sizeof(*p));
88 int *volatile p = (int *)malloc(sizeof(int));
90 __msan_check_mem_is_initialized(p, sizeof(*p));
113 int *volatile p = (int *)malloc(sizeof(int));
115 __msan_check_mem_is_initialized(p, sizeof(*p));
138 int *volatile p = (int *)malloc(sizeof(int));
140 __msan_check_mem_is_initialized(p, sizeof(*p));
t_msan_partial_poison.sh 72 __msan_partial_poison(&x, &x_s, sizeof(x_s));
73 __msan_print_shadow(&x, sizeof(x_s));
91 __msan_partial_poison(&x, &x_s, sizeof(x_s));
92 __msan_print_shadow(&x, sizeof(x_s));
117 __msan_partial_poison(&x, &x_s, sizeof(x_s));
118 __msan_print_shadow(&x, sizeof(x_s));
143 __msan_partial_poison(&x, &x_s, sizeof(x_s));
144 __msan_print_shadow(&x, sizeof(x_s));
t_msan_allocated_memory.sh 71 __msan_allocated_memory(&x, sizeof(x));
88 __msan_allocated_memory(&x, sizeof(x));
112 __msan_allocated_memory(&x, sizeof(x));
136 __msan_allocated_memory(&x, sizeof(x));
t_msan_free.sh 68 int *a = (int *)malloc(sizeof(int));
84 int *a = (int *)malloc(sizeof(int));
107 int *a = (int *)malloc(sizeof(int));
130 int *a = (int *)malloc(sizeof(int));
t_msan_heap.sh 67 int main() { int *a = (int *)malloc(sizeof(int)); return *a; }
78 int main() { int *a = (int *)malloc(sizeof(int)); return *a; }
96 int help(int argc) { int *a = (int *)malloc(sizeof(int)); return *a; }
114 int main() { int *a = (int *)malloc(sizeof(int)); return *a; }
  /src/tests/usr.bin/cc/
t_msan_check_mem.sh 70 int *volatile p = (int *)malloc(sizeof(int));
72 __msan_check_mem_is_initialized(p, sizeof(*p));
88 int *volatile p = (int *)malloc(sizeof(int));
90 __msan_check_mem_is_initialized(p, sizeof(*p));
113 int *volatile p = (int *)malloc(sizeof(int));
115 __msan_check_mem_is_initialized(p, sizeof(*p));
138 int *volatile p = (int *)malloc(sizeof(int));
140 __msan_check_mem_is_initialized(p, sizeof(*p));
t_msan_partial_poison.sh 72 __msan_partial_poison(&x, &x_s, sizeof(x_s));
73 __msan_print_shadow(&x, sizeof(x_s));
91 __msan_partial_poison(&x, &x_s, sizeof(x_s));
92 __msan_print_shadow(&x, sizeof(x_s));
117 __msan_partial_poison(&x, &x_s, sizeof(x_s));
118 __msan_print_shadow(&x, sizeof(x_s));
143 __msan_partial_poison(&x, &x_s, sizeof(x_s));
144 __msan_print_shadow(&x, sizeof(x_s));
t_msan_allocated_memory.sh 71 __msan_allocated_memory(&x, sizeof(x));
88 __msan_allocated_memory(&x, sizeof(x));
112 __msan_allocated_memory(&x, sizeof(x));
136 __msan_allocated_memory(&x, sizeof(x));
t_msan_free.sh 68 int *a = (int *)malloc(sizeof(int));
84 int *a = (int *)malloc(sizeof(int));
107 int *a = (int *)malloc(sizeof(int));
130 int *a = (int *)malloc(sizeof(int));
t_msan_heap.sh 67 int main() { int *a = (int *)malloc(sizeof(int)); return *a; }
78 int main() { int *a = (int *)malloc(sizeof(int)); return *a; }
96 int help(int argc) { int *a = (int *)malloc(sizeof(int)); return *a; }
114 int main() { int *a = (int *)malloc(sizeof(int)); return *a; }
  /src/crypto/external/bsd/openssh/dist/
mlkem768.sh 108 if (sizeof(keypair.pk.value) != crypto_kem_mlkem768_PUBLICKEYBYTES)
110 if (sizeof(keypair.sk.value) != crypto_kem_mlkem768_SECRETKEYBYTES)
112 if (sizeof(pk.value) != crypto_kem_mlkem768_PUBLICKEYBYTES)
114 if (sizeof(sk.value) != crypto_kem_mlkem768_SECRETKEYBYTES)
116 if (sizeof(ct.value) != crypto_kem_mlkem768_CIPHERTEXTBYTES)
118 if (sizeof(enc_result.fst.value) != crypto_kem_mlkem768_CIPHERTEXTBYTES)
120 if (sizeof(enc_result.snd) != crypto_kem_mlkem768_BYTES)
130 if (memcmp(shared_key, enc_result.snd, sizeof(shared_key)) != 0)
  /src/usr.sbin/sysinst/
menus.entropy 64 action { src_prompt(MSG_Host, nfs_host, sizeof nfs_host); };
66 action { src_prompt(MSG_Base_dir, nfs_dir, sizeof nfs_dir); };
68 action { src_prompt(MSG_set_entropy_file, entropy_file, sizeof entropy_file); };
83 sizeof fpi->xfer_host[XFER_HOST(fpi->xfer)]); };
86 entropy_file, sizeof entropy_file); };
90 src_prompt(MSG_User, fpi->user, sizeof fpi->user);
101 src_prompt(MSG_email, fpi->pass, sizeof fpi->pass);
104 fpi->pass, sizeof fpi->pass);
110 src_prompt(MSG_Proxy, fpi->proxy, sizeof fpi->proxy);
127 action { src_prompt(MSG_dev, localfs_dev, sizeof localfs_dev);}
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/
dw2-canonicalize-type.exp 32 gdb_test "ptype f" {type = void \(typename<sizeof \(int\)>, C::operator new\(int\), C::operator delete\(void\*\), C::operator new\[\]\(int\), C::operator delete\[\]\(void\*\)\)}
implptr.exp 56 gdb_test {print sizeof (j[0])} " = 4" {print sizeof (j[0]) in implptr:bar}
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
dw2-canonicalize-type.exp 32 gdb_test "ptype f" {type = void \(typename<sizeof \(int\)>, C::operator new\(int\), C::operator delete\(void\*\), C::operator new\[\]\(int\), C::operator delete\[\]\(void\*\)\)}
implptr.exp 56 gdb_test {print sizeof (j[0])} " = 4" {print sizeof (j[0]) in implptr:bar}
  /src/external/bsd/openldap/dist/libraries/liblmdb/
sample-bdb.txt 40 memset(&key, 0, sizeof(DBT));
41 memset(&data, 0, sizeof(DBT));
42 key.size = sizeof(int);
44 data.size = sizeof(sval);
58 key.ulen = sizeof(kval);
61 data.ulen = sizeof(sval);
sample-mdb.txt 37 key.mv_size = sizeof(int);
39 data.mv_size = sizeof(sval);
  /src/crypto/external/apache2/openssl/dist/include/openssl/
asn1t.h.in 172 sizeof(tname##_seq_tt) / sizeof(ASN1_TEMPLATE), \
174 sizeof(stname), \
183 sizeof(tname##_seq_tt) / sizeof(ASN1_TEMPLATE), \
185 sizeof(stname), \
220 sizeof(tname##_seq_tt) / sizeof(ASN1_TEMPLATE), \
222 sizeof(tname), \
230 sizeof(tname##_seq_tt) / sizeof(ASN1_TEMPLATE),
    [all...]
  /src/crypto/external/bsd/openssl/dist/include/openssl/
asn1t.h.in 171 sizeof(tname##_seq_tt) / sizeof(ASN1_TEMPLATE),\
173 sizeof(stname),\
183 sizeof(tname##_seq_tt) / sizeof(ASN1_TEMPLATE),\
185 sizeof(stname),\
223 sizeof(tname##_seq_tt) / sizeof(ASN1_TEMPLATE),\
225 sizeof(tname),\
234 sizeof(tname##_seq_tt) / sizeof(ASN1_TEMPLATE),
    [all...]
  /src/external/bsd/elftosb/dist/bdfiles/
complex.bd 60 printMessageSize = sizeof(elffile:printMessage);
65 mainSize = sizeof(elffile:main);
67 halfwordSize = sizeof(halfword);
73 binfile1size = sizeof(binfile1);
120 load 0xff.b > 32K..32K + sizeof(elffile:printMessage);
139 load 0.w > (elffile:endOfLine)..(elffile:endOfLine + sizeof(elffile:endOfLine));
207 // load [ $.bss ] > (elffile:countToN)..(elffile:countToN + sizeof(elffile:countToN));
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
py-prettyprint-stub.py 31 (self.val.address.cast(char_ptr) + int_ptr.sizeof)
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
py-prettyprint-stub.py 31 (self.val.address.cast(char_ptr) + int_ptr.sizeof)

Completed in 46 milliseconds

1 2 3 4 5 6 7 8 91011>>