| /third_party/mesa3d/src/util/indices/ |
| H A D | u_indices_gen.py | 122 def line( intype, outtype, ptr, v0, v1 ): function
|
| /third_party/mesa3d/src/util/ |
| H A D | u_debug.c | 417 debug_funclog_enter(const char* f, UNUSED const int line, in debug_funclog_enter() argument 433 debug_funclog_exit(const char* f, UNUSED const int line, in debug_funclog_exit() argument 442 debug_funclog_enter_exit(const char* f, UNUSED const int line, in debug_funclog_enter_exit() argument
|
| /third_party/mesa3d/src/gallium/auxiliary/hud/ |
| H A D | hud_cpu.c | 179 char line[1024]; in get_cpu_stats() local
|
| H A D | hud_diskstat.c | 318 char line[32]; in hud_get_num_disks() local
|
| H A D | hud_nic.c | 415 char line[64]; in hud_get_num_nics() local
|
| H A D | hud_sensors_temp.c | 352 char line[64]; in hud_get_num_sensors() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
| H A D | radeon_compiler.c | 104 int rc_if_fail_helper(struct radeon_compiler * c, const char * file, int line, const char * assertion) in rc_if_fail_helper() argument
|
| /third_party/node/deps/openssl/openssl/fuzz/ |
| H A D | cmp.c | 39 static int print_noop(const char *func, const char *file, int line, in print_noop() argument
|
| /third_party/node/deps/openssl/openssl/crypto/ |
| H A D | mem.c | 177 void *CRYPTO_malloc(size_t num, const char *file, int line) in CRYPTO_malloc() argument 199 void *CRYPTO_zalloc(size_t num, const char *file, int line) in CRYPTO_zalloc() argument 210 void *CRYPTO_realloc(void *str, size_t num, const char *file, int line) in CRYPTO_realloc() argument 228 CRYPTO_clear_realloc(void *str, size_t old_len, size_t num, const char *file, int line) CRYPTO_clear_realloc() argument 255 CRYPTO_free(void *str, const char *file, int line) CRYPTO_free() argument 266 CRYPTO_clear_free(void *str, size_t num, const char *file, int line) CRYPTO_clear_free() argument 290 CRYPTO_mem_debug_push(const char *info, const char *file, int line) CRYPTO_mem_debug_push() argument 301 CRYPTO_mem_debug_malloc(void *addr, size_t num, int flag, const char *file, int line) CRYPTO_mem_debug_malloc() argument 307 CRYPTO_mem_debug_realloc(void *addr1, void *addr2, size_t num, int flag, const char *file, int line) CRYPTO_mem_debug_realloc() argument 313 CRYPTO_mem_debug_free(void *addr, int flag, const char *file, int line) CRYPTO_mem_debug_free() argument [all...] |
| H A D | o_str.c | 21 char *CRYPTO_strdup(const char *str, const char* file, int line) in CRYPTO_strdup() argument 33 char *CRYPTO_strndup(const char *str, size_t s, const char* file, int line) in CRYPTO_strndup() argument 51 void *CRYPTO_memdup(const void *data, size_t siz, const char* file, int line) in CRYPTO_memdup() argument
|
| /third_party/node/deps/openssl/openssl/crypto/cmp/ |
| H A D | cmp_util.c | 157 int line, flags; in OSSL_CMP_print_errors_cb() local 75 ossl_cmp_log_parse_metadata(const char *buf, OSSL_CMP_severity *level, char **func, char **file, int *line) ossl_cmp_log_parse_metadata() argument 128 OSSL_CMP_print_to_bio(BIO *bio, const char *component, const char *file, int line, OSSL_CMP_severity level, const char *msg) OSSL_CMP_print_to_bio() argument
|
| /third_party/python/Tools/i18n/ |
| H A D | pygettext.py | 602 line = fp.readline() global() variable in main.Options [all...] |
| /third_party/openssl/test/ |
| H A D | p_test.c | 63 static void p_set_error(int lib, int reason, const char *file, int line, in p_set_error() argument
|
| H A D | params_conversion_test.c | 184 static int param_conversion_test(const PARAM_CONVERSION *pc, int line) in param_conversion_test() argument [all...] |
| /third_party/openssl/test/testutil/ |
| H A D | format_output.c | 39 test_fail_string_common(const char *prefix, const char *file, int line, const char *type, const char *left, const char *right, const char *op, const char *m1, size_t l1, const char *m2, size_t l2) test_fail_string_common() argument 128 test_fail_string_message(const char *prefix, const char *file, int line, const char *type, const char *left, const char *right, const char *op, const char *m1, size_t l1, const char *m2, size_t l2) test_fail_string_message() argument 266 test_fail_bignum_common(const char *prefix, const char *file, int line, const char *type, const char *left, const char *right, const char *op, const BIGNUM *bn1, const BIGNUM *bn2) test_fail_bignum_common() argument 367 test_fail_bignum_message(const char *prefix, const char *file, int line, const char *type, const char *left, const char *right, const char *op, const BIGNUM *bn1, const BIGNUM *bn2) test_fail_bignum_message() argument 377 test_fail_bignum_mono_message(const char *prefix, const char *file, int line, const char *type, const char *left, const char *right, const char *op, const BIGNUM *bn) test_fail_bignum_mono_message() argument 424 test_fail_memory_common(const char *prefix, const char *file, int line, const char *type, const char *left, const char *right, const char *op, const unsigned char *m1, size_t l1, const unsigned char *m2, size_t l2) test_fail_memory_common() argument 519 test_fail_memory_message(const char *prefix, const char *file, int line, const char *type, const char *left, const char *right, const char *op, const unsigned char *m1, size_t l1, const unsigned char *m2, size_t l2) test_fail_memory_message() argument [all...] |
| H A D | tests.c | 26 test_fail_message_prefix(const char *prefix, const char *file, int line, const char *type, const char *left, const char *right, const char *op) test_fail_message_prefix() argument 75 test_fail_message_va(const char *prefix, const char *file, int line, const char *type, const char *left, const char *right, const char *op, const char *fmt, va_list ap) test_fail_message_va() argument 88 test_fail_message(const char *prefix, const char *file, int line, const char *type, const char *left, const char *right, const char *op, const char *fmt, ...) test_fail_message() argument 109 test_info(const char *file, int line, const char *desc, ...) test_info() argument 128 test_error(const char *file, int line, const char *desc, ...) test_error() argument 161 test_skip(const char *file, int line, const char *desc, ...) test_skip() argument 244 test_ptr_null(const char *file, int line, const char *s, const void *p) test_ptr_null() argument 252 test_ptr(const char *file, int line, const char *s, const void *p) test_ptr() argument 260 test_true(const char *file, int line, const char *s, int b) test_true() argument 268 test_false(const char *file, int line, const char *s, int b) test_false() argument 276 test_str_eq(const char *file, int line, const char *st1, const char *st2, const char *s1, const char *s2) test_str_eq() argument 290 test_str_ne(const char *file, int line, const char *st1, const char *st2, const char *s1, const char *s2) test_str_ne() argument 304 test_strn_eq(const char *file, int line, const char *st1, const char *st2, const char *s1, size_t n1, const char *s2, size_t n2) test_strn_eq() argument 318 test_strn_ne(const char *file, int line, const char *st1, const char *st2, const char *s1, size_t n1, const char *s2, size_t n2) test_strn_ne() argument 332 test_mem_eq(const char *file, int line, const char *st1, const char *st2, const void *s1, size_t n1, const void *s2, size_t n2) test_mem_eq() argument 345 test_mem_ne(const char *file, int line, const char *st1, const char *st2, const void *s1, size_t n1, const void *s2, size_t n2) test_mem_ne() argument 388 test_BN_eq_one(const char *file, int line, const char *s, const BIGNUM *a) test_BN_eq_one() argument 396 test_BN_odd(const char *file, int line, const char *s, const BIGNUM *a) test_BN_odd() argument 404 test_BN_even(const char *file, int line, const char *s, const BIGNUM *a) test_BN_even() argument 413 test_BN_eq_word(const char *file, int line, const char *bns, const char *ws, const BIGNUM *a, BN_ULONG w) test_BN_eq_word() argument 427 test_BN_abs_eq_word(const char *file, int line, const char *bns, const char *ws, const BIGNUM *a, BN_ULONG w) test_BN_abs_eq_word() argument [all...] |
| /third_party/pcre2/pcre2/maint/ |
| H A D | GenerateUcd.py | 529 line = re.sub(r'#.*', '', line) global() variable 577 line = re.sub(r'#.*', '', line) global() variable 618 line = re.sub(r'#.*', '', line) global() variable [all...] |
| /third_party/popt/src/ |
| H A D | poptconfig.c | 222 static int poptConfigLine(poptContext con, char * line) in poptConfigLine() argument
|
| /third_party/python/Lib/msilib/ |
| H A D | __init__.py | 471 def line(self, name, x, y, w, h): member in Dialog
|
| /third_party/openssl/crypto/ |
| H A D | mem.c | 171 void *CRYPTO_malloc(size_t num, const char *file, int line) in CRYPTO_malloc() argument 193 void *CRYPTO_zalloc(size_t num, const char *file, int line) in CRYPTO_zalloc() argument 205 void *CRYPTO_realloc(void *str, size_t num, const char *file, int line) in CRYPTO_realloc() argument 223 CRYPTO_clear_realloc(void *str, size_t old_len, size_t num, const char *file, int line) CRYPTO_clear_realloc() argument 250 CRYPTO_free(void *str, const char *file, int line) CRYPTO_free() argument 261 CRYPTO_clear_free(void *str, size_t num, const char *file, int line) CRYPTO_clear_free() argument 285 CRYPTO_mem_debug_push(const char *info, const char *file, int line) CRYPTO_mem_debug_push() argument 296 CRYPTO_mem_debug_malloc(void *addr, size_t num, int flag, const char *file, int line) CRYPTO_mem_debug_malloc() argument 302 CRYPTO_mem_debug_realloc(void *addr1, void *addr2, size_t num, int flag, const char *file, int line) CRYPTO_mem_debug_realloc() argument 308 CRYPTO_mem_debug_free(void *addr, int flag, const char *file, int line) CRYPTO_mem_debug_free() argument [all...] |
| H A D | o_str.c | 21 char *CRYPTO_strdup(const char *str, const char* file, int line) in CRYPTO_strdup() argument 33 char *CRYPTO_strndup(const char *str, size_t s, const char* file, int line) in CRYPTO_strndup() argument 51 void *CRYPTO_memdup(const void *data, size_t siz, const char* file, int line) in CRYPTO_memdup() argument
|
| /third_party/openssl/crypto/cmp/ |
| H A D | cmp_util.c | 157 int line, flags; in OSSL_CMP_print_errors_cb() local 75 ossl_cmp_log_parse_metadata(const char *buf, OSSL_CMP_severity *level, char **func, char **file, int *line) ossl_cmp_log_parse_metadata() argument 128 OSSL_CMP_print_to_bio(BIO *bio, const char *component, const char *file, int line, OSSL_CMP_severity level, const char *msg) OSSL_CMP_print_to_bio() argument
|
| /third_party/skia/third_party/externals/angle2/src/gpu_info_util/ |
| H A D | SystemInfo.cpp | 192 std::string line; in ParseAMDCatalystDriverVersion() local
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| H A D | ConstantUnion.cpp | 20 float CheckedSum(float lhs, float rhs, TDiagnostics *diag, const TSourceLoc &line) in CheckedSum() argument 34 float CheckedDiff(float lhs, float rhs, TDiagnostics *diag, const TSourceLoc &line) in CheckedDiff() argument 48 float CheckedMul(float lhs, float rhs, TDiagnostics *diag, const TSourceLoc &line) in CheckedMul() argument 406 add(const TConstantUnion &lhs, const TConstantUnion &rhs, TDiagnostics *diag, const TSourceLoc &line) add() argument 441 sub(const TConstantUnion &lhs, const TConstantUnion &rhs, TDiagnostics *diag, const TSourceLoc &line) sub() argument 476 mul(const TConstantUnion &lhs, const TConstantUnion &rhs, TDiagnostics *diag, const TSourceLoc &line) mul() argument 532 rshift(const TConstantUnion &lhs, const TConstantUnion &rhs, TDiagnostics *diag, const TSourceLoc &line) rshift() argument 638 lshift(const TConstantUnion &lhs, const TConstantUnion &rhs, TDiagnostics *diag, const TSourceLoc &line) lshift() argument [all...] |
| /third_party/vk-gl-cts/external/openglcts/modules/common/ |
| H A D | glcTestSubcase.cpp | 119 string line; in WriteField() local 134 std::string line; in OutputNotSupported() local
|