/third_party/musl/libc-test/src/functional/ |
H A D | random.c | 33 static unsigned orx; variable 37 orx = 0; in chkones() 39 orx |= x[i]; in chkones() 40 return orx != 0x7fffffff; in chkones() 54 t_error("weak seed %d, or pattern: 0x%08x\n", seed, orx); in checkseed()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/pae/ |
H A D | ieee802_1x_cp.c | 63 Boolean orx; member 125 sm->orx = FALSE; in SM_STATE() 224 sm->orx = sm->lrx; in SM_STATE() 226 sm->otx, sm->orx); in SM_STATE() 292 sm->retire_when = sm->orx ? sm->retire_delay : 0; in SM_STATE() 295 sm->otx, sm->orx); in SM_STATE() 330 sm->orx = FALSE; in SM_STATE() 333 sm->otx, sm->orx); in SM_STATE() 462 sm->orx = FALSE; in ieee802_1x_cp_sm_init()
|
H A D | ieee802_1x_kay_i.h | 119 Boolean orx; member 256 * @orx: old key RX 274 u8 orx:1; member 286 u8 orx:1; member
|
H A D | ieee802_1x_kay.h | 266 u8 oan, Boolean otx, Boolean orx);
|
H A D | ieee802_1x_kay.c | 254 wpa_printf(MSG_DEBUG, "\tOld Key Rx.......: %s", yes_no(body->orx)); in ieee802_1x_mka_dump_sak_use_body() 1338 body->orx = TRUE; in ieee802_1x_mka_encode_sak_use_body() 1344 body->orx = FALSE; in ieee802_1x_mka_encode_sak_use_body() 1450 if (participant->oki.kn != 0 && (body->otx || body->orx)) { in ieee802_1x_mka_decode_sak_use_body() 2562 participant->orx = FALSE; in ieee802_1x_participant_timer() 2773 u8 oan, Boolean otx, Boolean orx) in ieee802_1x_kay_set_old_sa_attr() 2788 principal->orx = orx; in ieee802_1x_kay_set_old_sa_attr() 3685 participant->orx = FALSE; in ieee802_1x_kay_create_mka() 2771 ieee802_1x_kay_set_old_sa_attr(struct ieee802_1x_kay *kay, struct ieee802_1x_mka_ki *oki, u8 oan, Boolean otx, Boolean orx) ieee802_1x_kay_set_old_sa_attr() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/pae/ |
H A D | ieee802_1x_cp.c | 63 bool orx; member 125 sm->orx = false; in SM_STATE() 151 sm->orx = false; in SM_STATE() 154 sm->otx, sm->orx); in SM_STATE() 298 sm->retire_when = sm->orx ? sm->retire_delay : 0; in SM_STATE() 301 sm->otx, sm->orx); in SM_STATE() 335 sm->orx = sm->lrx; in SM_STATE() 338 sm->otx, sm->orx); in SM_STATE() 473 sm->orx = false; in ieee802_1x_cp_sm_init()
|
H A D | ieee802_1x_kay_i.h | 119 bool orx; member 256 * @orx: old key RX 274 u8 orx:1; member 286 u8 orx:1; member
|
H A D | ieee802_1x_kay.h | 266 u8 oan, bool otx, bool orx);
|
H A D | ieee802_1x_kay.c | 254 wpa_printf(MSG_DEBUG, "\tOld Key Rx.......: %s", yes_no(body->orx)); in ieee802_1x_mka_dump_sak_use_body() 1351 body->orx = true; in ieee802_1x_mka_encode_sak_use_body() 1357 body->orx = false; in ieee802_1x_mka_encode_sak_use_body() 2599 participant->orx = false; in ieee802_1x_participant_timer() 2810 u8 oan, bool otx, bool orx) in ieee802_1x_kay_set_old_sa_attr() 2825 principal->orx = orx; in ieee802_1x_kay_set_old_sa_attr() 3722 participant->orx = false; in ieee802_1x_kay_create_mka() 2808 ieee802_1x_kay_set_old_sa_attr(struct ieee802_1x_kay *kay, struct ieee802_1x_mka_ki *oki, u8 oan, bool otx, bool orx) ieee802_1x_kay_set_old_sa_attr() argument
|
/third_party/node/deps/v8/src/codegen/ppc/ |
H A D | macro-assembler-ppc.cc | 1003 orx(dst_high, dst_high, scratch); in CallRecordWriteStub() 1050 orx(dst_low, dst_low, scratch); in CallRecordWriteStub() 1096 orx(dst_low, dst_low, scratch); in CallRecordWriteStub() 2877 orx(dst, src, scratch, r); in CallRecordWriteStub() 2883 orx(dst, src, value, r); in CallRecordWriteStub() 3561 orx(dst, scratch, dst); in CallRecordWriteStub() 3848 orx(scratch2, scratch2, scratch1); in CallRecordWriteStub() 3852 orx(dst, dst, scratch2); in CallRecordWriteStub()
|
H A D | constants-ppc.h | 1169 V(orx, ORX, 0x7C000378) \
|
H A D | assembler-ppc.cc | 968 orx(dst, src, src); in mr()
|
/third_party/node/deps/v8/src/compiler/backend/ppc/ |
H A D | code-generator-ppc.cc | 1200 __ orx(i.OutputRegister(), i.InputRegister(0), i.InputRegister(1), in AssembleArchInstruction() 2127 ATOMIC_BINOP_CASE(Or, orx) in AssembleArchInstruction() 2172 __ orx(output, temp2, temp3); in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/wasm/baseline/ppc/ |
H A D | liftoff-assembler-ppc.h | 636 ATOMIC_OP(orx); in AtomicOr()
|
/third_party/node/deps/v8/src/builtins/ppc/ |
H A D | builtins-ppc.cc | 3205 __ orx(result_reg, scratch_low, r0); in Generate_DoubleToI()
|