| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/sha/asm/ |
| H A D | sha1-mb-x86_64.pl | 104 $REG_SZ=16; 109 $off %= 16; $off *= $REG_SZ; 397 sub \$`$REG_SZ*18`,%rsp 399 mov %rax,`$REG_SZ*17`(%rsp) # original %rsp 400 .cfi_cfa_expression %rsp+`$REG_SZ*17`,deref,+8 403 lea `$REG_SZ*16`(%rsp),%rbx 406 mov $num,`$REG_SZ*17+8`(%rsp) # original $num 487 mov `$REG_SZ*17+8`(%rsp),$num 488 lea $REG_SZ($ctx),$ctx 489 lea `16*$REG_SZ/4`($inp),$inp [all …]
|
| H A D | sha256-mb-x86_64.pl | 98 $REG_SZ=16; 103 $off %= 16; $off *= $REG_SZ; 278 sub \$`$REG_SZ*18`, %rsp 280 mov %rax,`$REG_SZ*17`(%rsp) # original %rsp 281 .cfi_cfa_expression %rsp+`$REG_SZ*17`,deref,+8 284 lea `$REG_SZ*16`(%rsp),%rbx 288 mov $num,`$REG_SZ*17+8`(%rsp) # original $num 391 mov `$REG_SZ*17+8`(%rsp),$num 392 lea $REG_SZ($ctx),$ctx 393 lea `16*$REG_SZ/4`($inp),$inp [all …]
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/sha/asm/ |
| H A D | sha1-mb-x86_64.pl | 112 $REG_SZ=16; 117 $off %= 16; $off *= $REG_SZ; 405 sub \$`$REG_SZ*18`,%rsp 407 mov %rax,`$REG_SZ*17`(%rsp) # original %rsp 408 .cfi_cfa_expression %rsp+`$REG_SZ*17`,deref,+8 411 lea `$REG_SZ*16`(%rsp),%rbx 414 mov $num,`$REG_SZ*17+8`(%rsp) # original $num 498 mov `$REG_SZ*17+8`(%rsp),$num 499 lea $REG_SZ($ctx),$ctx 500 lea `$inp_elm_size*$REG_SZ/4`($inp),$inp [all …]
|
| H A D | sha256-mb-x86_64.pl | 106 $REG_SZ=16; 111 $off %= 16; $off *= $REG_SZ; 286 sub \$`$REG_SZ*18`, %rsp 288 mov %rax,`$REG_SZ*17`(%rsp) # original %rsp 289 .cfi_cfa_expression %rsp+`$REG_SZ*17`,deref,+8 292 lea `$REG_SZ*16`(%rsp),%rbx 296 mov $num,`$REG_SZ*17+8`(%rsp) # original $num 402 mov `$REG_SZ*17+8`(%rsp),$num 403 lea $REG_SZ($ctx),$ctx 404 lea `$inp_elm_size*$REG_SZ/4`($inp),$inp [all …]
|
| /netbsd-src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/ |
| H A D | addinterface.cpp | 160 RegSetValueEx(ihk, TEXT("adapter"), 0, REG_SZ, in addRegistryInterface() 165 RegSetValueEx(ihk, TEXT("adapter"), 0, REG_SZ, in addRegistryInterface() 168 RegSetValueEx(ihk, TEXT("config"), 0, REG_SZ, in addRegistryInterface() 170 RegSetValueEx(ihk, TEXT("ctrl_interface"), 0, REG_SZ, in addRegistryInterface()
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
| H A D | config_reg.c | 140 type = REG_SZ; in _krb5_store_string_to_reg_value() 145 case REG_SZ: in _krb5_store_string_to_reg_value() 281 ((type != REG_SZ && in _krb5_parse_reg_value_as_multi_string() 305 case REG_SZ: in _krb5_parse_reg_value_as_multi_string() 372 case REG_SZ: in _krb5_parse_reg_value_as_multi_string()
|
| H A D | cache.c | 1911 REG_SZ, ccname, -1, 0); in _krb5_set_default_cc_name_to_registry()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | prefix.c | 162 if (res == ERROR_MORE_DATA && type == REG_SZ) in lookup_key() 168 if (type != REG_SZ || res != ERROR_SUCCESS) in lookup_key()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | prefix.cc | 162 if (res == ERROR_MORE_DATA && type == REG_SZ) in lookup_key() 168 if (type != REG_SZ || res != ERROR_SUCCESS) in lookup_key()
|
| /netbsd-src/sys/arch/hppa/gsc/ |
| H A D | gsckbc.c | 70 #define REG_SZ 0xc /* Size of register set */ macro 264 if (bus_space_map(sc->sc_iot, ga->ga_hpa, REG_SZ + REG_OFFSET, in gsckbc_attach()
|
| /netbsd-src/external/bsd/unbound/dist/winrc/ |
| H A D | win_svc.c | 183 if(type == REG_SZ || type == REG_MULTI_SZ || type == REG_EXPAND_SZ) { in lookup_reg_str() 223 if(type == REG_SZ || type == REG_MULTI_SZ || type == REG_EXPAND_SZ) { in lookup_reg_int()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/windows/ |
| H A D | registry.d | 208 REG_SZ = 1, /// A zero-terminated string 552 case REG_VALUE_TYPE.REG_SZ: 1082 : REG_VALUE_TYPE.REG_SZ, in setValue()
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/windows/ |
| H A D | registry.d | 208 REG_SZ = 1, /// A zero-terminated string 552 case REG_VALUE_TYPE.REG_SZ: 1081 : REG_VALUE_TYPE.REG_SZ, in setValue()
|
| /netbsd-src/external/bsd/openldap/dist/libraries/liblutil/ |
| H A D | ntservice.c | 386 case REG_SZ: in lutil_getRegParam()
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/ |
| H A D | winreg.d | 43 REG_SZ, enumerator
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/ |
| H A D | MSVC.cpp | 871 if (result != ERROR_SUCCESS || type != REG_SZ || !valueSize) in readFullStringValue()
|
| /netbsd-src/external/bsd/unbound/dist/util/ |
| H A D | config_file.c | 2625 if(type == REG_SZ || type == REG_MULTI_SZ || type == REG_EXPAND_SZ) { in w_lookup_reg_str()
|