Home
last modified time | relevance | path

Searched refs:global (Results 1 – 25 of 3906) sorted by relevance

12345678910>>...157

/netbsd-src/crypto/external/bsd/heimdal/dist/doc/
H A Dlatin1.tex4 \global\catcode`\^^a0=\active \global\let^^a0=~ % no-break space
5 \global\catcode`\^^a1=\active \global\def^^a1{!`} % inverted exclamation mark
6 \global\catcode`\^^a2=\active \global\def^^a2{{\rm\rlap/c}} % cent sign
7 \global\catcode`\^^a3=\active \global\def^^a3{{\it\$}} % pound sign
9 \global\catcode`\^^a7=\active \global\let^^a7=\S % section sign
10 \global\catcode`\^^a8=\active \global\def^^a8{\"{}} % diaeresis
11 \global\catcode`\^^a9=\active \global\let^^a9=\copyright % copyright sign
13 \global\catcode`\^^ac=\active \global\def^^ac{\inmathmode\neg}% not sign
14 \global\catcode`\^^ad=\active \global\let^^ad=\- % soft hyphen
16 \global\catcode`\^^af=\active \global\def^^af{\={}} % macron
[all …]
/netbsd-src/external/bsd/wpa/dist/wpa_supplicant/
H A Dwifi_display.c22 int wifi_display_init(struct wpa_global *global) in wifi_display_init() argument
24 global->wifi_display = 1; in wifi_display_init()
29 void wifi_display_deinit(struct wpa_global *global) in wifi_display_deinit() argument
33 wpabuf_free(global->wfd_subelem[i]); in wifi_display_deinit()
34 global->wfd_subelem[i] = NULL; in wifi_display_deinit()
39 struct wpabuf * wifi_display_get_wfd_ie(struct wpa_global *global) in wifi_display_get_wfd_ie() argument
45 if (global->p2p == NULL) in wifi_display_get_wfd_ie()
50 if (global->wfd_subelem[i]) in wifi_display_get_wfd_ie()
51 len += wpabuf_len(global->wfd_subelem[i]); in wifi_display_get_wfd_ie()
59 if (global->wfd_subelem[i]) in wifi_display_get_wfd_ie()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dd-lang.cc294 global._init (); in d_init_options()
296 global.vendor = lang_hooks.name; in d_init_options()
297 global.params.argv0 = xstrdup (decoded_options[0].arg); in d_init_options()
298 global.params.errorLimit = flag_max_errors; in d_init_options()
301 global.params.cplusplus = CppStdRevisionCpp17; in d_init_options()
304 global.params.useDeprecated = DIAGNOSTICinform; in d_init_options()
305 global.params.warnings = DIAGNOSTICoff; in d_init_options()
306 global.params.messageStyle = MESSAGESTYLEgnu; in d_init_options()
308 global.params.imppath = d_gc_malloc<Strings> (); in d_init_options()
309 global.params.fileImppath = d_gc_malloc<Strings> (); in d_init_options()
[all …]
H A Dd-diagnostic.cc229 if (!global.gag || global.params.showGaggedErrors) in verror()
243 global.gag ? DK_ANACHRONISM : DK_ERROR, in verror()
248 if (global.gag) in verror()
249 global.gaggedErrors++; in verror()
251 global.errors++; in verror()
260 if (global.gag && !global.params.showGaggedErrors) in verrorSupplemental()
272 if (!global.gag && global.params.warnings != DIAGNOSTICoff) in vwarning()
275 if (global.params.warnings == DIAGNOSTICerror) in vwarning()
276 global.warnings++; in vwarning()
280 else if (global.gag) in vwarning()
[all …]
H A Dd-incpath.cc74 if (!global.path) in add_globalpaths()
75 global.path = d_gc_malloc<Strings> (); in add_globalpaths()
89 global.path->push (target); in add_globalpaths()
101 if (!global.filePath) in add_filepaths()
102 global.filePath = d_gc_malloc<Strings> (); in add_filepaths()
115 global.filePath->push (target); in add_filepaths()
146 for (size_t i = 0; i < global.params.imppath->length; i++) in add_import_paths()
148 if (strcmp (path, (*global.params.imppath)[i]) == 0) in add_import_paths()
165 global.params.imppath->shift (target_path); in add_import_paths()
168 global.params.imppath->shift (path); in add_import_paths()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-lang.cc277 global._init (); in d_init_options()
279 global.vendor = lang_hooks.name; in d_init_options()
280 global.params.argv0 = xstrdup (decoded_options[0].arg); in d_init_options()
281 global.params.link = true; in d_init_options()
282 global.params.useAssert = true; in d_init_options()
283 global.params.useInvariants = true; in d_init_options()
284 global.params.useIn = true; in d_init_options()
285 global.params.useOut = true; in d_init_options()
286 global.params.useArrayBounds = BOUNDSCHECKdefault; in d_init_options()
287 global.params.useSwitchError = true; in d_init_options()
[all …]
H A Dd-incpath.cc75 if (!global.path) in add_globalpaths()
76 global.path = new Strings (); in add_globalpaths()
90 global.path->push (target); in add_globalpaths()
102 if (!global.filePath) in add_filepaths()
103 global.filePath = new Strings (); in add_filepaths()
116 global.filePath->push (target); in add_filepaths()
147 for (size_t i = 0; i < global.params.imppath->dim; i++) in add_import_paths()
149 if (strcmp (path, (*global.params.imppath)[i]) == 0) in add_import_paths()
166 global.params.imppath->shift (target_path); in add_import_paths()
169 global.params.imppath->shift (path); in add_import_paths()
[all …]
H A Dd-diagnostic.cc226 if (!global.gag || global.params.showGaggedErrors) in verror()
240 global.gag ? DK_ANACHRONISM : DK_ERROR, in verror()
245 if (global.gag) in verror()
246 global.gaggedErrors++; in verror()
248 global.errors++; in verror()
266 if (global.gag && !global.params.showGaggedErrors) in verrorSupplemental()
287 if (!global.gag && global.params.warnings != DIAGNOSTICoff) in vwarning()
290 if (global.params.warnings == DIAGNOSTICerror) in vwarning()
291 global.warnings++; in vwarning()
312 if (global.params.warnings == DIAGNOSTICoff || global.gag) in vwarningSupplemental()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Dlibgccjit.map24 global:
114 global:
120 global:
126 global:
134 global:
145 global:
150 global:
155 global:
160 global:
165 global:
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/
H A Dex_data.c16 OSSL_EX_DATA_GLOBAL *global = ossl_lib_ctx_get_ex_data_global(ctx); in ossl_do_ex_data_init() local
18 if (global == NULL) in ossl_do_ex_data_init()
21 global->ex_data_lock = CRYPTO_THREAD_lock_new(); in ossl_do_ex_data_init()
22 return global->ex_data_lock != NULL; in ossl_do_ex_data_init()
30 static EX_CALLBACKS *get_and_lock(OSSL_EX_DATA_GLOBAL *global, int class_index) in get_and_lock() argument
39 if (global->ex_data_lock == NULL) { in get_and_lock()
47 if (!CRYPTO_THREAD_write_lock(global->ex_data_lock)) in get_and_lock()
49 ip = &global->ex_data[class_index]; in get_and_lock()
67 OSSL_EX_DATA_GLOBAL *global = ossl_lib_ctx_get_ex_data_global(ctx); in ossl_crypto_cleanup_all_ex_data_int() local
69 if (global == NULL) in ossl_crypto_cleanup_all_ex_data_int()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libgomp/
H A Dlibgomp.map2 global:
56 global:
64 global:
111 global:
117 global:
138 global:
168 global:
184 global:
203 global:
213 global:
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/m32c/
H A Dlib1funcs.S45 .global mem0
47 .global mem1
49 .global mem2
51 .global mem3
53 .global mem4
55 .global mem5
57 .global mem6
59 .global mem7
61 .global mem8
63 .global mem9
[all …]
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/m32c/
H A Dlib1funcs.S45 .global mem0
47 .global mem1
49 .global mem2
51 .global mem3
53 .global mem4
55 .global mem5
57 .global mem6
59 .global mem7
61 .global mem8
63 .global mem9
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dvaltrack.cc247 struct dead_debug_global *global) in dead_debug_local_init() argument
249 if (!used && global && global->used) in dead_debug_local_init()
253 debug->global = global; in dead_debug_local_init()
259 if (global && global->used) in dead_debug_local_init()
260 bitmap_copy (used, global->used); in dead_debug_local_init()
269 dead_debug_global_find (struct dead_debug_global *global, rtx reg) in dead_debug_global_find() argument
274 dead_debug_global_entry *entry = global->htab->find (&temp_entry); in dead_debug_global_find()
283 dead_debug_global_insert (struct dead_debug_global *global, rtx reg, rtx dtemp) in dead_debug_global_insert() argument
289 if (!global->htab) in dead_debug_global_insert()
290 global->htab = new hash_table<dead_debug_hash_descr> (31); in dead_debug_global_insert()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dvaltrack.c248 struct dead_debug_global *global) in dead_debug_local_init() argument
250 if (!used && global && global->used) in dead_debug_local_init()
254 debug->global = global; in dead_debug_local_init()
260 if (global && global->used) in dead_debug_local_init()
261 bitmap_copy (used, global->used); in dead_debug_local_init()
270 dead_debug_global_find (struct dead_debug_global *global, rtx reg) in dead_debug_global_find() argument
275 dead_debug_global_entry *entry = global->htab->find (&temp_entry); in dead_debug_global_find()
284 dead_debug_global_insert (struct dead_debug_global *global, rtx reg, rtx dtemp) in dead_debug_global_insert() argument
290 if (!global->htab) in dead_debug_global_insert()
291 global->htab = new hash_table<dead_debug_hash_descr> (31); in dead_debug_global_insert()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/
H A Dlibgomp.map2 global:
56 global:
64 global:
111 global:
117 global:
138 global:
168 global:
184 global:
229 global:
251 global:
[all …]
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/arm/
H A Dldrb.cgs8 .global ldrb_post_dec_imm_offset
20 .global ldrb_post_dec_nonpriv_imm_offset
32 .global ldrb_post_dec_nonpriv_reg_offset
44 .global ldrb_post_dec_reg_offset
56 .global ldrb_post_inc_imm_offset
68 .global ldrb_post_inc_nonpriv_imm_offset
80 .global ldrb_post_inc_nonpriv_reg_offset
92 .global ldrb_post_inc_reg_offset
104 .global ldrb_pre_dec_imm_offset
116 .global ldrb_pre_dec_reg_offset
[all …]
H A Dstr.cgs8 .global str_post_dec_imm_offset
20 .global str_post_dec_nonpriv_imm_offset
32 .global str_post_dec_nonpriv_reg_offset
44 .global str_post_dec_reg_offset
56 .global str_post_inc_imm_offset
68 .global str_post_inc_nonpriv_imm_offset
80 .global str_post_inc_nonpriv_reg_offset
92 .global str_post_inc_reg_offset
104 .global str_pre_dec_imm_offset
116 .global str_pre_dec_reg_offset
[all …]
H A Dldr.cgs8 .global ldr_post_dec_imm_offset
20 .global ldr_post_dec_nonpriv_imm_offset
32 .global ldr_post_dec_nonpriv_reg_offset
44 .global ldr_post_dec_reg_offset
56 .global ldr_post_inc_imm_offset
68 .global ldr_post_inc_nonpriv_imm_offset
80 .global ldr_post_inc_nonpriv_reg_offset
92 .global ldr_post_inc_reg_offset
104 .global ldr_pre_dec_imm_offset
116 .global ldr_pre_dec_reg_offset
[all …]
H A Dstrb.cgs8 .global strb_post_dec_imm_offset
20 .global strb_post_dec_nonpriv_imm_offset
32 .global strb_post_dec_nonpriv_reg_offset
44 .global strb_post_dec_reg_offset
56 .global strb_post_inc_imm_offset
68 .global strb_post_inc_nonpriv_imm_offset
80 .global strb_post_inc_nonpriv_reg_offset
92 .global strb_post_inc_reg_offset
104 .global strb_pre_dec_imm_offset
116 .global strb_pre_dec_reg_offset
[all …]
H A Dldrsb.cgs8 .global ldrsb_post_dec_imm_offset
19 .global ldrsb_post_dec_reg_offset
30 .global ldrsb_post_inc_imm_offset
41 .global ldrsb_post_inc_reg_offset
52 .global ldrsb_pre_dec_imm_offset
63 .global ldrsb_pre_dec_reg_offset
74 .global ldrsb_pre_dec_wb_imm_offset
85 .global ldrsb_pre_dec_wb_reg_offset
96 .global ldrsb_pre_inc_imm_offset
107 .global ldrsb_pre_inc_reg_offset
[all …]
H A Dldrh.cgs8 .global ldrh_post_dec_imm_offset
19 .global ldrh_post_dec_reg_offset
30 .global ldrh_post_inc_imm_offset
41 .global ldrh_post_inc_reg_offset
52 .global ldrh_pre_dec_imm_offset
63 .global ldrh_pre_dec_reg_offset
74 .global ldrh_pre_dec_wb_imm_offset
85 .global ldrh_pre_dec_wb_reg_offset
96 .global ldrh_pre_inc_imm_offset
107 .global ldrh_pre_inc_reg_offset
[all …]
/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/randombytes/salsa20/
H A Drandombytes_salsa20_random.c99 static Salsa20RandomGlobal global = { variable
151 global.rdrand_available = sodium_runtime_has_rdrand(); in randombytes_salsa20_random_init()
295 global.rdrand_available = sodium_runtime_has_rdrand(); in randombytes_salsa20_random_init()
307 global.getrandom_available = 1; in randombytes_salsa20_random_init()
311 global.getrandom_available = 0; in randombytes_salsa20_random_init()
315 if ((global.random_data_source_fd = in randombytes_salsa20_random_init()
337 if (global.initialized == 0) { in randombytes_salsa20_random_stir()
339 global.initialized = 1; in randombytes_salsa20_random_stir()
342 global.pid = getpid(); in randombytes_salsa20_random_stir()
350 if (global.getrandom_available != 0) { in randombytes_salsa20_random_stir()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/avr/libf7/
H A Df7-wraps.h41 .global F7_NAME(add)
52 .global F7_NAME(sub)
63 .global F7_NAME(mul)
74 .global F7_NAME(div)
87 .global F7_NAME(le_impl)
97 .global F7_NAME(lt_impl)
107 .global F7_NAME(ge_impl)
117 .global F7_NAME(gt_impl)
127 .global F7_NAME(ne_impl)
137 .global F7_NAME(eq_impl)
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/avr/libf7/
H A Df7-wraps.h41 .global F7_NAME(add)
52 .global F7_NAME(sub)
63 .global F7_NAME(mul)
74 .global F7_NAME(div)
87 .global F7_NAME(le_impl)
97 .global F7_NAME(lt_impl)
107 .global F7_NAME(ge_impl)
117 .global F7_NAME(gt_impl)
127 .global F7_NAME(ne_impl)
137 .global F7_NAME(eq_impl)
[all …]

12345678910>>...157