| /netbsd-src/sys/external/isc/atheros_hal/dist/ |
| H A D | ah_eeprom_v3.c | 26 getPcdacInterceptsFromPcdacMinMax(HAL_EEPROM *ee, in getPcdacInterceptsFromPcdacMinMax() argument 33 const uint16_t *ip = ee->ee_version < AR_EEPROM_VER3_2 ? in getPcdacInterceptsFromPcdacMinMax() 46 fbin2freq(HAL_EEPROM *ee, uint16_t fbin) in fbin2freq() argument 50 return ee->ee_version <= AR_EEPROM_VER3_2 ? in fbin2freq() 56 fbin2freq_2p4(HAL_EEPROM *ee, uint16_t fbin) in fbin2freq_2p4() argument 60 return ee->ee_version <= AR_EEPROM_VER3_2 ? in fbin2freq_2p4() 69 readEepromFreqPierInfo(struct ath_hal *ah, HAL_EEPROM *ee) in readEepromFreqPierInfo() argument 78 if (ee->ee_version >= AR_EEPROM_VER4_0 && in readEepromFreqPierInfo() 79 ee->ee_eepMap && !ee->ee_Amode) { in readEepromFreqPierInfo() 86 if (ee->ee_version >= AR_EEPROM_VER3_3) { in readEepromFreqPierInfo() [all …]
|
| H A D | ah_eeprom_v4k.c | 33 HAL_EEPROM_v4k *ee = AH_PRIVATE(ah)->ah_eeprom; in v4kEepromGet() local 34 const MODAL_EEP4K_HEADER *pModal = &ee->ee_base.modalHeader; in v4kEepromGet() 35 const BASE_EEP4K_HEADER *pBase = &ee->ee_base.baseEepHeader; in v4kEepromGet() 108 *(int8_t *) val = ee->ee_antennaGainMax; in v4kEepromGet() 122 HAL_EEPROM_v4k *ee = AH_PRIVATE(ah)->ah_eeprom; in v4kEepromSet() local 126 ee->ee_antennaGainMax = (int8_t) v; in v4kEepromSet() 136 HAL_EEPROM_v4k *ee = AH_PRIVATE(ah)->ah_eeprom; in v4kEepromDiag() local 140 *result = &ee->ee_base; in v4kEepromDiag() 141 *resultsize = sizeof(ee->ee_base); in v4kEepromDiag() 149 eepromSwap(struct ar5416eeprom_4k *ee) in eepromSwap() argument [all …]
|
| H A D | ah_eeprom_v14.c | 31 HAL_EEPROM_v14 *ee = AH_PRIVATE(ah)->ah_eeprom; in v14EepromGet() local 32 const MODAL_EEP_HEADER *pModal = ee->ee_base.modalHeader; in v14EepromGet() 33 const BASE_EEP_HEADER *pBase = &ee->ee_base.baseEepHeader; in v14EepromGet() 118 *(int8_t *) val = ee->ee_antennaGainMax[1]; in v14EepromGet() 121 *(int8_t *) val = ee->ee_antennaGainMax[0]; in v14EepromGet() 135 HAL_EEPROM_v14 *ee = AH_PRIVATE(ah)->ah_eeprom; in v14EepromSet() local 139 ee->ee_antennaGainMax[1] = (int8_t) v; in v14EepromSet() 142 ee->ee_antennaGainMax[0] = (int8_t) v; in v14EepromSet() 152 HAL_EEPROM_v14 *ee = AH_PRIVATE(ah)->ah_eeprom; in v14EepromDiag() local 156 *result = &ee->ee_base; in v14EepromDiag() [all …]
|
| H A D | ah_eeprom_v1.c | 28 HAL_EEPROM_v1 *ee = AH_PRIVATE(ah)->ah_eeprom; in v1EepromGet() local 56 *(uint16_t *) val = ee->ee_regDomain[0]; in v1EepromGet() 60 return ee->ee_rfKill ? HAL_OK : HAL_EIO; in v1EepromGet() 63 return (ee->ee_protect & AR_EEPROM_PROTOTECT_WP_128_191) ? in v1EepromGet() 81 HAL_EEPROM_v1 *ee = AH_PRIVATE(ah)->ah_eeprom; in v1EepromDiag() local 85 *result = ee; in v1EepromDiag() 86 *resultsize = sizeof(*ee); in v1EepromDiag() 104 HAL_EEPROM_v1 *ee = AH_PRIVATE(ah)->ah_eeprom; in v1EepromDetach() local 106 ath_hal_free(ee); in v1EepromDetach() 113 HAL_EEPROM_v1 *ee = AH_PRIVATE(ah)->ah_eeprom; in ath_hal_v1EepromAttach() local [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/ |
| H A D | executionengine.go | 91 func NewExecutionEngine(m Module) (ee ExecutionEngine, err error) { 93 fail := C.LLVMCreateExecutionEngineForModule(&ee.C, m.C, &cmsg) 95 ee.C = nil 102 func NewInterpreter(m Module) (ee ExecutionEngine, err error) { 104 fail := C.LLVMCreateInterpreterForModule(&ee.C, m.C, &cmsg) 106 ee.C = nil 119 func NewMCJITCompiler(m Module, options MCJITCompilerOptions) (ee ExecutionEngine, err error) { 121 …fail := C.LLVMCreateMCJITCompilerForModule(&ee.C, m.C, &options.C, C.size_t(unsafe.Sizeof(C.struct… 123 ee.C = nil 130 func (ee ExecutionEngine) Dispose() { C.LLVMDisposeExecutionEngine(ee.C) } [all …]
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/i915/ |
| H A D | i915_gpu_error.c | 432 const struct intel_engine_coredump *ee) in error_print_instdone() argument 439 ee->instdone.instdone); in error_print_instdone() 441 if (ee->engine->class != RENDER_CLASS || INTEL_GEN(m->i915) <= 3) in error_print_instdone() 445 ee->instdone.slice_common); in error_print_instdone() 453 ee->instdone.sampler[slice][subslice]); in error_print_instdone() 458 ee->instdone.row[slice][subslice]); in error_print_instdone() 500 find_batch(const struct intel_engine_coredump *ee) in find_batch() argument 502 return __find_vma(ee->vma, "batch"); in find_batch() 506 const struct intel_engine_coredump *ee) in error_print_engine() argument 511 err_printf(m, "%s command stream:\n", ee->engine->name); in error_print_engine() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/digest/ |
| H A D | ripemd.d | 220 ee = _state[4]; in transform() local 244 FF(aa, bb, cc, dd, ee, x[ 0], 11); in transform() 245 FF(ee, aa, bb, cc, dd, x[ 1], 14); in transform() 246 FF(dd, ee, aa, bb, cc, x[ 2], 15); in transform() 247 FF(cc, dd, ee, aa, bb, x[ 3], 12); in transform() 248 FF(bb, cc, dd, ee, aa, x[ 4], 5); in transform() 249 FF(aa, bb, cc, dd, ee, x[ 5], 8); in transform() 250 FF(ee, aa, bb, cc, dd, x[ 6], 7); in transform() 251 FF(dd, ee, aa, bb, cc, x[ 7], 9); in transform() 252 FF(cc, dd, ee, aa, bb, x[ 8], 11); in transform() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/digest/ |
| H A D | ripemd.d | 227 ee = _state[4]; in transform() local 251 FF(aa, bb, cc, dd, ee, x[ 0], 11); in transform() 252 FF(ee, aa, bb, cc, dd, x[ 1], 14); in transform() 253 FF(dd, ee, aa, bb, cc, x[ 2], 15); in transform() 254 FF(cc, dd, ee, aa, bb, x[ 3], 12); in transform() 255 FF(bb, cc, dd, ee, aa, x[ 4], 5); in transform() 256 FF(aa, bb, cc, dd, ee, x[ 5], 8); in transform() 257 FF(ee, aa, bb, cc, dd, x[ 6], 7); in transform() 258 FF(dd, ee, aa, bb, cc, x[ 7], 9); in transform() 259 FF(cc, dd, ee, aa, bb, x[ 8], 11); in transform() [all …]
|
| /netbsd-src/external/bsd/elftoolchain/dist/libdwarf/ |
| H A D | dwarf_pro_expr.c | 38 struct _Dwarf_P_Expr_Entry *ee; in _dwarf_add_expr() local 49 if ((ee = calloc(1, sizeof(*ee))) == NULL) { in _dwarf_add_expr() 54 STAILQ_INSERT_TAIL(&expr->pe_eelist, ee, ee_next); in _dwarf_add_expr() 56 ee->ee_loc.lr_atom = opcode; in _dwarf_add_expr() 57 ee->ee_loc.lr_number = val1; in _dwarf_add_expr() 58 ee->ee_loc.lr_number2 = val2; in _dwarf_add_expr() 59 ee->ee_loc.lr_offset = expr->pe_length; in _dwarf_add_expr() 63 return (ee); in _dwarf_add_expr() 69 struct _Dwarf_P_Expr_Entry *ee; in _dwarf_expr_into_block() local 92 STAILQ_FOREACH(ee, &expr->pe_eelist, ee_next) { in _dwarf_expr_into_block() [all …]
|
| /netbsd-src/sys/external/isc/atheros_hal/dist/ar5212/ |
| H A D | ar5111.c | 221 const HAL_EEPROM *ee = AH_PRIVATE(ah)->ah_eeprom; in ar5111SetRfRegs() local 232 tempOB = ee->ee_ob1; in ar5111SetRfRegs() 233 tempDB = ee->ee_db1; in ar5111SetRfRegs() 235 tempOB = ee->ee_ob2; in ar5111SetRfRegs() 236 tempDB = ee->ee_db2; in ar5111SetRfRegs() 238 tempOB = ee->ee_ob3; in ar5111SetRfRegs() 239 tempDB = ee->ee_db3; in ar5111SetRfRegs() 241 tempOB = ee->ee_ob4; in ar5111SetRfRegs() 242 tempDB = ee->ee_db4; in ar5111SetRfRegs() 249 rfXpdGainFixed = ee->ee_xgain[headerInfo11A]; in ar5111SetRfRegs() [all …]
|
| H A D | ar5212_reset.c | 106 const HAL_EEPROM *ee; in ar5212Reset() local 122 ee = AH_PRIVATE(ah)->ah_eeprom; in ar5212Reset() 324 ee->ee_cckOfdmPwrDelta - in ar5212Reset() 325 ee->ee_scaledCh14FilterCckDelta); in ar5212Reset() 328 ee->ee_cckOfdmPwrDelta); in ar5212Reset() 333 SM((ee->ee_cckOfdmPwrDelta*-1), in ar5212Reset() 1187 const HAL_EEPROM *ee = AH_PRIVATE(ah)->ah_eeprom; in getNoiseFloorThresh() local 1193 *nft = ee->ee_noiseFloorThresh[headerInfo11A]; in getNoiseFloorThresh() 1196 *nft = ee->ee_noiseFloorThresh[headerInfo11B]; in getNoiseFloorThresh() 1199 *nft = ee->ee_noiseFloorThresh[headerInfo11G]; in getNoiseFloorThresh() [all …]
|
| H A D | ar5112.c | 187 const HAL_EEPROM *ee = AH_PRIVATE(ah)->ah_eeprom; in ar5112SetRfRegs() local 202 ob5GHz = ee->ee_ob1; in ar5112SetRfRegs() 203 db5GHz = ee->ee_db1; in ar5112SetRfRegs() 205 ob5GHz = ee->ee_ob2; in ar5112SetRfRegs() 206 db5GHz = ee->ee_db2; in ar5112SetRfRegs() 208 ob5GHz = ee->ee_ob3; in ar5112SetRfRegs() 209 db5GHz = ee->ee_db3; in ar5112SetRfRegs() 211 ob5GHz = ee->ee_ob4; in ar5112SetRfRegs() 212 db5GHz = ee->ee_db4; in ar5112SetRfRegs() 216 rfXpdSel = ee->ee_xpd[headerInfo11A]; in ar5112SetRfRegs() [all …]
|
| /netbsd-src/crypto/external/bsd/openssl/dist/test/certs/ |
| H A D | setup.sh | 158 ./mkcert.sh genee server.example ee-key ee-cert ca-key ca-cert 160 ./mkcert.sh genee server.example ee-key ee-expired ca-key ca-cert -days -1 161 ./mkcert.sh genee server.example ee-key ee-cert2 ca-key2 ca-cert2 162 ./mkcert.sh genee server.example ee-key ee-name2 ca-key ca-name2 163 ./mkcert.sh genee server.example ee-key ee-pathlen ca-key ca-cert \ 166 ./mkcert.sh genee -p clientAuth server.example ee-key ee-client ca-key ca-cert 168 openssl x509 -in ee-cert.pem -trustout \ 169 -addtrust serverAuth -out ee+serverAuth.pem 170 openssl x509 -in ee-cert.pem -trustout \ 171 -addreject serverAuth -out ee-serverAuth.pem [all …]
|
| /netbsd-src/sys/external/isc/atheros_hal/dist/ar5211/ |
| H A D | ar5211_reset.c | 302 HAL_EEPROM *ee = AH_PRIVATE(ah)->ah_eeprom; in ar5211Reset() local 306 ob2GHz = ee->ee_ob2GHz[0]; in ar5211Reset() 307 db2GHz = ee->ee_db2GHz[0]; in ar5211Reset() 309 ob2GHz = ee->ee_ob2GHz[1]; in ar5211Reset() 310 db2GHz = ee->ee_db2GHz[1]; in ar5211Reset() 922 HAL_EEPROM *ee = AH_PRIVATE(ah)->ah_eeprom; in getNoiseFloorThresh() local 926 *nft = ee->ee_noiseFloorThresh[0]; in getNoiseFloorThresh() 929 *nft = ee->ee_noiseFloorThresh[1]; in getNoiseFloorThresh() 932 *nft = ee->ee_noiseFloorThresh[2]; in getNoiseFloorThresh() 1062 HAL_EEPROM *ee = AH_PRIVATE(ah)->ah_eeprom; in ar5211SetRf6and7() local [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/executionengine/ |
| H A D | llvm_executionengine.mli | 43 engine is not garbage collected and must be destroyed with [dispose ee]. 50 (** [dispose ee] releases the memory used by the execution engine and must be 54 (** [add_module m ee] adds the module [m] to the execution engine [ee]. *) 57 (** [remove_module m ee] removes the module [m] from the execution engine 58 [ee]. Raises [Error msg] if an error occurs. *) 61 (** [run_static_ctors ee] executes the static constructors of each module in 62 the execution engine [ee]. *) 65 (** [run_static_dtors ee] executes the static destructors of each module in 66 the execution engine [ee]. *) 69 (** [data_layout ee] is the data layout of the execution engine [ee]. *) [all …]
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/test/certs/ |
| H A D | setup.sh | 168 ./mkcert.sh genee server.example ee-key ee-cert ca-key ca-cert 169 ./mkcert.sh genee server.example ee-key ee-expired ca-key ca-cert -days -1 170 ./mkcert.sh genee server.example ee-key ee-cert2 ca-key2 ca-cert2 171 ./mkcert.sh genee server.example ee-key ee-name2 ca-key ca-name2 172 ./mkcert.sh genee -p clientAuth server.example ee-key ee-client ca-key ca-cert 173 ./mkcert.sh genee server.example ee-key ee-pathlen ca-key ca-cert \ 176 openssl x509 -in ee-cert.pem -trustout \ 177 -addtrust serverAuth -out ee+serverAuth.pem 178 openssl x509 -in ee-cert.pem -trustout \ 179 -addreject serverAuth -out ee-serverAuth.pem [all …]
|
| /netbsd-src/sys/arch/m68k/060sp/dist/ |
| H A D | itest.sa | 61 dc.l $88888888,$3d7c0004,$ff7c44fc,$000048ee 66 dc.l $99997600,$3d7c0004,$ff7c44fc,$000048ee 72 dc.l $240242ee,$ff7e48ee,$7fffffc0,$2d7c0000 76 dc.l $44fc0000,$48ee7fff,$ff804c01,$340242ee 82 dc.l $340242ee,$ff7e48ee,$7fffffc0,$2d7c0000 87 dc.l $340242ee,$ff7e48ee,$7fffffc0,$2d7cffff 109 dc.l $48ee7fff,$ff800188,$000042ee,$ff7e48ee 122 dc.l $000042ee,$ff7e48ee,$7fffffc0,$12280002 127 dc.l $44fc001f,$48ee7fff,$ff800108,$000042ee 158 dc.l $47f252ae,$ff784cfb,$3fff0170,$000047ee [all …]
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/ |
| H A D | test_ca.in | 66 cert:FILE:cert-ee.pem \ 76 cert:FILE:cert-ee.pem \ 84 FILE:cert-ee.pem || exit 1 88 cert:FILE:cert-ee.pem \ 97 FILE:cert-ee.pem || exit 1 101 cert:FILE:cert-ee.pem \ 153 cert:FILE:cert-ee.pem \ 159 cert:FILE:cert-ee.pem \ 165 cert:FILE:cert-ee.pem \ 179 cert:FILE:cert-ee.pem \ [all …]
|
| /netbsd-src/sys/arch/sandpoint/stand/altboot/ |
| H A D | sip.c | 138 uint16_t eedata[4], *ee; in sip_init() local 159 ee = eedata; en = data; in sip_init() 160 ee[0] = read_eeprom(l, 6); in sip_init() 161 ee[1] = read_eeprom(l, 7); in sip_init() 162 ee[2] = read_eeprom(l, 8); in sip_init() 163 ee[3] = read_eeprom(l, 9); in sip_init() 164 en[0] = ((*ee & 0x1) << 7); in sip_init() 165 ee++; in sip_init() 166 en[0] |= ((*ee & 0xFE00) >> 9); in sip_init() 167 en[1] = ((*ee & 0x1FE) >> 1); in sip_init() [all …]
|
| /netbsd-src/crypto/external/bsd/openssl/dist/test/ssl-tests/ |
| H A D | 01-simple.cnf | 8 test-3 = 3-name-constraints-no-san-in-ee 82 [3-name-constraints-no-san-in-ee] 83 ssl_conf = 3-name-constraints-no-san-in-ee-ssl 85 [3-name-constraints-no-san-in-ee-ssl] 86 server = 3-name-constraints-no-san-in-ee-server 87 client = 3-name-constraints-no-san-in-ee-client 89 [3-name-constraints-no-san-in-ee-server] 94 [3-name-constraints-no-san-in-ee-client]
|
| H A D | 26-tls13_client_auth.cnf.in | 79 "Certificate" => test_pem("ee-client-chain.pem"), 80 "PrivateKey" => test_pem("ee-key.pem"), 103 "Certificate" => test_pem("ee-client-chain.pem"), 104 "PrivateKey" => test_pem("ee-key.pem"), 124 "Certificate" => test_pem("ee-client-chain.pem"), 125 "PrivateKey" => test_pem("ee-key.pem"), 177 "Certificate" => test_pem("ee-client-chain.pem"), 178 "PrivateKey" => test_pem("ee-key.pem"), 205 "Certificate" => test_pem("ee-client-chain.pem"), 206 "PrivateKey" => test_pem("ee-key.pem"), [all …]
|
| /netbsd-src/external/bsd/flex/dist/ |
| H A D | ChangeLog | 7903 2000-08-21 Vern Paxson <vern@ee.lbl.gov> 7907 2000-08-21 Vern Paxson <vern@ee.lbl.gov> 7911 2000-08-21 Vern Paxson <vern@ee.lbl.gov> 7915 2000-08-21 Vern Paxson <vern@ee.lbl.gov> 7920 2000-08-21 Vern Paxson <vern@ee.lbl.gov> 7925 2000-08-21 Vern Paxson <vern@ee.lbl.gov> 7929 1997-06-27 Vern Paxson <vern@ee.lbl.gov> 7933 1997-06-23 Vern Paxson <vern@ee.lbl.gov> 7937 1997-06-23 Vern Paxson <vern@ee.lbl.gov> 7941 1997-06-23 Vern Paxson <vern@ee.lbl.gov> [all …]
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/test/ssl-tests/ |
| H A D | 26-tls13_client_auth.conf.in | 79 "Certificate" => test_pem("ee-client-chain.pem"), 80 "PrivateKey" => test_pem("ee-key.pem"), 103 "Certificate" => test_pem("ee-client-chain.pem"), 104 "PrivateKey" => test_pem("ee-key.pem"), 124 "Certificate" => test_pem("ee-client-chain.pem"), 125 "PrivateKey" => test_pem("ee-key.pem"), 177 "Certificate" => test_pem("ee-client-chain.pem"), 178 "PrivateKey" => test_pem("ee-key.pem"), 205 "Certificate" => test_pem("ee-client-chain.pem"), 206 "PrivateKey" => test_pem("ee-key.pem"), [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/contrib/header-tools/ |
| H A D | graph-header-logs | 110 ee = (fname, t) 111 if ee not in extra_edges: 112 extra_edges.append (ee) 163 ee = (t, n) 164 if ee not in extra_edges: 165 extra_edges.append (ee) 176 for ee in extra_edges: 177 string = ee[0] + " -> " + ee[1] + "[ color=red ];"
|
| /netbsd-src/external/gpl3/gcc/dist/contrib/header-tools/ |
| H A D | graph-header-logs | 110 ee = (fname, t) 111 if ee not in extra_edges: 112 extra_edges.append (ee) 163 ee = (t, n) 164 if ee not in extra_edges: 165 extra_edges.append (ee) 176 for ee in extra_edges: 177 string = ee[0] + " -> " + ee[1] + "[ color=red ];"
|