| /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| ProgramStateTrait.h | 147 using data_type = llvm::ImmutableMap<Key, Data, Info>; 148 using context_type = typename data_type::Factory &; 153 static data_type MakeData(void *const *p) { 154 return p ? data_type((typename data_type::TreeTy *) *p) 155 : data_type(nullptr); 158 static void *MakeVoidPtr(data_type B) { 162 static lookup_type Lookup(data_type B, key_type K) { 166 static data_type Set(data_type B, key_type K, value_type E [all...] |
| /src/external/gpl3/gcc/dist/gcc/c/ |
| c-aux-info.cc | 36 static const char *data_type; variable 88 return concat (data_type, " ", type_or_decl, NULL); 92 qualifiers_then_data_type = concat (type_or_decl, data_type, NULL); 126 : concat (formal_list, data_type, NULL)); 242 This routine will also return with the global variable "data_type" set to 244 This "data_type" string can be concatenated onto the front of the returned 267 for the data_type info). Thus, this deepest "seed" value is simply passed 270 to do at this point is for the initial caller to prepend the "data_type" 280 data_type = IDENTIFIER_POINTER (DECL_NAME (TYPE_NAME (t))); 328 data_type = IDENTIFIER_POINTER (t) [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/c/ |
| c-aux-info.cc | 36 static const char *data_type; variable 88 return concat (data_type, " ", type_or_decl, NULL); 92 qualifiers_then_data_type = concat (type_or_decl, data_type, NULL); 126 : concat (formal_list, data_type, NULL)); 242 This routine will also return with the global variable "data_type" set to 244 This "data_type" string can be concatenated onto the front of the returned 267 for the data_type info). Thus, this deepest "seed" value is simply passed 270 to do at this point is for the initial caller to prepend the "data_type" 280 data_type = IDENTIFIER_POINTER (DECL_NAME (TYPE_NAME (t))); 328 data_type = IDENTIFIER_POINTER (t) [all...] |
| /src/tests/lib/libcurses/director/ |
| returns.h | 52 data_enum_t data_type; member in struct:__anon7877 53 void *data_value; /* used if data_type is data_num 58 if data_type is data_var */
|
| /src/crypto/external/apache2/openssl/dist/apps/lib/ |
| app_params.c | 20 switch (param->data_type) { 56 printed_len = BIO_snprintf(buf, bufsz, " [%d]", param->data_type); 103 switch (p->data_type) { 128 p->data_type, p->data_size);
|
| /src/crypto/external/bsd/openssl/dist/apps/lib/ |
| app_params.c | 20 switch (param->data_type) { 56 printed_len = BIO_snprintf(buf, bufsz, " [%d]", param->data_type); 103 switch (p->data_type) { 128 p->data_type, p->data_size);
|
| /src/crypto/external/bsd/openssl/dist/crypto/ |
| params.c | 43 static OSSL_PARAM ossl_param_construct(const char *key, unsigned int data_type, 49 res.data_type = data_type; 170 if (p->data_type == OSSL_PARAM_INTEGER) 172 if (p->data_type == OSSL_PARAM_UNSIGNED_INTEGER) 185 if (p->data_type == OSSL_PARAM_INTEGER) 187 else if (p->data_type == OSSL_PARAM_UNSIGNED_INTEGER) 196 if (p->data_type == OSSL_PARAM_INTEGER) 198 if (p->data_type == OSSL_PARAM_UNSIGNED_INTEGER) 211 if (p->data_type == OSSL_PARAM_INTEGER [all...] |
| params_from_text.c | 49 switch (p->data_type) { 60 if (p->data_type == OSSL_PARAM_UNSIGNED_INTEGER 76 if (p->data_type == OSSL_PARAM_INTEGER && BN_is_negative(*tmpbn) 93 if (p->data_type == OSSL_PARAM_INTEGER && buf_bits % 8 == 0) 145 switch (paramdef->data_type) { 164 if (paramdef->data_type == OSSL_PARAM_INTEGER
|
| /src/crypto/external/bsd/openssl/dist/test/ |
| param_build_test.c | 36 || !TEST_uint_eq(p->data_type, OSSL_PARAM_UNSIGNED_INTEGER) 69 || !TEST_uint_eq(p->data_type, OSSL_PARAM_UNSIGNED_INTEGER) 143 || !TEST_uint_eq(p->data_type, OSSL_PARAM_INTEGER) 150 || !TEST_uint_eq(p->data_type, OSSL_PARAM_INTEGER) 156 || !TEST_uint_eq(p->data_type, OSSL_PARAM_INTEGER) 163 || !TEST_uint_eq(p->data_type, OSSL_PARAM_INTEGER) 170 || !TEST_uint_eq(p->data_type, OSSL_PARAM_INTEGER) 178 || !TEST_uint_eq(p->data_type, OSSL_PARAM_REAL) 193 || !TEST_uint_eq(p->data_type, OSSL_PARAM_UNSIGNED_INTEGER) 199 || !TEST_uint_eq(p->data_type, OSSL_PARAM_UNSIGNED_INTEGER [all...] |
| /src/external/apache2/llvm/dist/clang/lib/Serialization/ |
| ASTReaderInternals.h | 53 using data_type = SmallVector<DeclID, 4>; 56 data_type &Data; 59 data_type_builder(data_type &D) : Data(D) {} 110 static void MergeDataInto(const data_type &From, data_type_builder &To) { 130 /// must provide the \c data_type type and the ReadData operation, only. 169 using data_type = IdentifierInfo *; 175 data_type ReadData(const internal_key_type& k, 196 struct data_type { struct in class:clang::serialization::reader::ASTSelectorLookupTrait 228 data_type ReadData(Selector, const unsigned char* d, unsigned DataLen); 262 using data_type = HeaderFileInfo [all...] |
| /src/crypto/external/apache2/openssl/dist/crypto/ |
| params.c | 67 static OSSL_PARAM ossl_param_construct(const char *key, unsigned int data_type, 73 res.data_type = data_type; 204 if (p->data_type == OSSL_PARAM_INTEGER) 206 if (p->data_type == OSSL_PARAM_UNSIGNED_INTEGER) 221 if (p->data_type == OSSL_PARAM_INTEGER) 223 else if (p->data_type == OSSL_PARAM_UNSIGNED_INTEGER) 239 if (p->data_type == OSSL_PARAM_INTEGER) 241 if (p->data_type == OSSL_PARAM_UNSIGNED_INTEGER) 256 if (p->data_type == OSSL_PARAM_INTEGER [all...] |
| params_from_text.c | 47 switch (p->data_type) { 58 if (p->data_type == OSSL_PARAM_UNSIGNED_INTEGER 74 if (p->data_type == OSSL_PARAM_INTEGER && BN_is_negative(*tmpbn) 91 if (p->data_type == OSSL_PARAM_INTEGER && buf_bits % 8 == 0) 143 switch (paramdef->data_type) { 162 if (paramdef->data_type == OSSL_PARAM_INTEGER 246 switch (p->data_type) { 295 p->data_type, p->data_size);
|
| /src/external/apache2/llvm/dist/llvm/utils/ |
| lldbDataFormatters.py | 60 offset, self.data_type) 71 self.data_type = the_type.GetTemplateArgumentType(0) 72 self.type_size = self.data_type.GetByteSize() 95 offset, self.data_type) 101 self.data_type = self.data.GetType().GetPointeeType() 102 self.type_size = self.data_type.GetByteSize()
|
| /src/external/cddl/osnet/sys/kern/ |
| kstat.c | 113 KASSERT(ksent->data_type == KSTAT_DATA_UINT64); 139 kstat_named_init(kstat_named_t *knp, const char *name, uchar_t data_type) 143 knp->data_type = data_type;
|
| /src/crypto/external/bsd/openssl/dist/providers/implementations/encode_decode/ |
| decode_pem2der.c | 106 const char *data_type; member in struct:pem_name_map_st 182 char *data_type = (char *)pem_name_map[i].data_type; local 186 if (data_type != NULL) 189 data_type, 0);
|
| /src/crypto/external/apache2/openssl/dist/test/ |
| param_build_test.c | 37 || !TEST_uint_eq(p->data_type, OSSL_PARAM_UNSIGNED_INTEGER) 70 || !TEST_uint_eq(p->data_type, OSSL_PARAM_UNSIGNED_INTEGER) 149 || !TEST_uint_eq(p->data_type, OSSL_PARAM_INTEGER) 156 || !TEST_uint_eq(p->data_type, OSSL_PARAM_INTEGER) 162 || !TEST_uint_eq(p->data_type, OSSL_PARAM_INTEGER) 169 || !TEST_uint_eq(p->data_type, OSSL_PARAM_INTEGER) 176 || !TEST_uint_eq(p->data_type, OSSL_PARAM_INTEGER) 184 || !TEST_uint_eq(p->data_type, OSSL_PARAM_REAL) 199 || !TEST_uint_eq(p->data_type, OSSL_PARAM_UNSIGNED_INTEGER) 205 || !TEST_uint_eq(p->data_type, OSSL_PARAM_UNSIGNED_INTEGER [all...] |
| /src/common/dist/zlib/examples/ |
| gznorm.c | 167 } while (strm.avail_out == 0 && (strm.data_type & 0x80) == 0); 181 if (strm.data_type & 0x80) { 209 // If strm.data_type & 0xc0 is 0x80, then the last byte of 212 // also has strm.data_type & 0x1f bits of the next deflate 213 // block, in the range 0..7. If strm.data_type & 0xc0 is 215 // end of the deflate stream, followed by strm.data_type & 225 int bits = strm.data_type & 0x1f; 301 int mix = (strm.data_type & 0x80) && bits; 332 if (strm.data_type & 0x40) { 363 else if (strm.data_type & 0x80 [all...] |
| /src/external/gpl3/binutils/dist/zlib/examples/ |
| gznorm.c | 167 } while (strm.avail_out == 0 && (strm.data_type & 0x80) == 0); 181 if (strm.data_type & 0x80) { 209 // If strm.data_type & 0xc0 is 0x80, then the last byte of 212 // also has strm.data_type & 0x1f bits of the next deflate 213 // block, in the range 0..7. If strm.data_type & 0xc0 is 215 // end of the deflate stream, followed by strm.data_type & 225 int bits = strm.data_type & 0x1f; 301 int mix = (strm.data_type & 0x80) && bits; 332 if (strm.data_type & 0x40) { 363 else if (strm.data_type & 0x80 [all...] |
| /src/external/gpl3/binutils.old/dist/zlib/examples/ |
| gznorm.c | 167 } while (strm.avail_out == 0 && (strm.data_type & 0x80) == 0); 181 if (strm.data_type & 0x80) { 209 // If strm.data_type & 0xc0 is 0x80, then the last byte of 212 // also has strm.data_type & 0x1f bits of the next deflate 213 // block, in the range 0..7. If strm.data_type & 0xc0 is 215 // end of the deflate stream, followed by strm.data_type & 225 int bits = strm.data_type & 0x1f; 301 int mix = (strm.data_type & 0x80) && bits; 332 if (strm.data_type & 0x40) { 363 else if (strm.data_type & 0x80 [all...] |
| /src/external/gpl3/gdb/dist/zlib/examples/ |
| gznorm.c | 167 } while (strm.avail_out == 0 && (strm.data_type & 0x80) == 0); 181 if (strm.data_type & 0x80) { 209 // If strm.data_type & 0xc0 is 0x80, then the last byte of 212 // also has strm.data_type & 0x1f bits of the next deflate 213 // block, in the range 0..7. If strm.data_type & 0xc0 is 215 // end of the deflate stream, followed by strm.data_type & 225 int bits = strm.data_type & 0x1f; 301 int mix = (strm.data_type & 0x80) && bits; 332 if (strm.data_type & 0x40) { 363 else if (strm.data_type & 0x80 [all...] |
| /src/external/gpl3/gdb.old/dist/zlib/examples/ |
| gznorm.c | 167 } while (strm.avail_out == 0 && (strm.data_type & 0x80) == 0); 181 if (strm.data_type & 0x80) { 209 // If strm.data_type & 0xc0 is 0x80, then the last byte of 212 // also has strm.data_type & 0x1f bits of the next deflate 213 // block, in the range 0..7. If strm.data_type & 0xc0 is 215 // end of the deflate stream, followed by strm.data_type & 225 int bits = strm.data_type & 0x1f; 301 int mix = (strm.data_type & 0x80) && bits; 332 if (strm.data_type & 0x40) { 363 else if (strm.data_type & 0x80 [all...] |
| /src/crypto/external/apache2/openssl/dist/providers/common/ |
| provider_util.c | 59 if (p->data_type != OSSL_PARAM_UTF8_STRING) 72 if (p->data_type != OSSL_PARAM_UTF8_STRING) 107 if (p->data_type != OSSL_PARAM_UTF8_STRING) 192 if (p->data_type != OSSL_PARAM_UTF8_STRING) 247 if (p->data_type != OSSL_PARAM_UTF8_STRING) 256 if (p->data_type != OSSL_PARAM_UTF8_STRING) 264 if (p->data_type != OSSL_PARAM_UTF8_STRING) 309 if (p->data_type != OSSL_PARAM_UTF8_STRING) 316 if (p->data_type != OSSL_PARAM_UTF8_STRING)
|
| /src/crypto/external/bsd/openssl/dist/providers/common/ |
| provider_util.c | 59 if (p->data_type != OSSL_PARAM_UTF8_STRING) 72 if (p->data_type != OSSL_PARAM_UTF8_STRING) 107 if (p->data_type != OSSL_PARAM_UTF8_STRING) 192 if (p->data_type != OSSL_PARAM_UTF8_STRING) 240 if (p->data_type != OSSL_PARAM_UTF8_STRING) 248 if (p->data_type != OSSL_PARAM_UTF8_STRING) 256 if (p->data_type != OSSL_PARAM_UTF8_STRING) 302 if (p->data_type != OSSL_PARAM_UTF8_STRING) 308 if (p->data_type != OSSL_PARAM_UTF8_STRING)
|
| /src/crypto/external/apache2/openssl/dist/crypto/ffc/ |
| ffc_backend.c | 36 if (prm->data_type != OSSL_PARAM_UTF8_STRING 76 if (prm->data_type != OSSL_PARAM_OCTET_STRING 104 if (prm->data_type != OSSL_PARAM_UTF8_STRING) 108 if (p1->data_type != OSSL_PARAM_UTF8_STRING)
|
| /src/crypto/external/apache2/openssl/dist/providers/implementations/digests/ |
| md5_sha1_prov.c | 51 if (p != NULL && p->data_type == OSSL_PARAM_OCTET_STRING)
|