/third_party/node/deps/openssl/openssl/crypto/sha/asm/ |
H A D | sha1-parisc.pl | 58 $ctx="%r26"; # arg0 120 ldw 0($ctx),@X[0] ; $i 123 ldw 4($ctx),@X[1] 126 ldw 8($ctx),@X[2] 130 ldw 12($ctx),@X[3] 132 ldw 16($ctx),@X[4] 183 ldw 0($ctx),$A 184 ldw 4($ctx),$B 185 ldw 8($ctx),$C 186 ldw 12($ctx), [all...] |
/third_party/node/deps/openssl/openssl/crypto/ts/ |
H A D | ts_rsp_verify.c | 24 static int int_ts_RESP_verify_token(TS_VERIFY_CTX *ctx, 249 int TS_RESP_verify_response(TS_VERIFY_CTX *ctx, TS_RESP *response) in TS_RESP_verify_response() argument 257 if (!int_ts_RESP_verify_token(ctx, token, tst_info)) in TS_RESP_verify_response() 269 int TS_RESP_verify_token(TS_VERIFY_CTX *ctx, PKCS7 *token) in TS_RESP_verify_token() argument 274 ret = int_ts_RESP_verify_token(ctx, token, tst_info); in TS_RESP_verify_token() 292 static int int_ts_RESP_verify_token(TS_VERIFY_CTX *ctx, in int_ts_RESP_verify_token() argument 301 int flags = ctx->flags; in int_ts_RESP_verify_token() 310 && !TS_RESP_verify_signature(token, ctx->certs, ctx->store, &signer)) in int_ts_RESP_verify_token() 318 && !ts_check_policy(ctx in int_ts_RESP_verify_token() [all...] |
/third_party/node/deps/openssl/openssl/crypto/bn/ |
H A D | bn_div.c | 18 BN_CTX *ctx) 41 BN_CTX_start(ctx); 42 D = BN_CTX_get(ctx); 44 dv = BN_CTX_get(ctx); 46 rem = BN_CTX_get(ctx); 84 BN_CTX_end(ctx); 210 BN_CTX *ctx) in BN_div() 229 ret = bn_div_fixed_top(dv, rm, num, divisor, ctx); in BN_div() 265 const BIGNUM *divisor, BN_CTX *ctx) in bn_div_fixed_top() 280 BN_CTX_start(ctx); in bn_div_fixed_top() 209 BN_div(BIGNUM *dv, BIGNUM *rm, const BIGNUM *num, const BIGNUM *divisor, BN_CTX *ctx) BN_div() argument 264 bn_div_fixed_top(BIGNUM *dv, BIGNUM *rm, const BIGNUM *num, const BIGNUM *divisor, BN_CTX *ctx) bn_div_fixed_top() argument [all...] |
/third_party/openssl/crypto/bn/ |
H A D | bn_div.c | 18 BN_CTX *ctx) 41 BN_CTX_start(ctx); 42 D = BN_CTX_get(ctx); 44 dv = BN_CTX_get(ctx); 46 rem = BN_CTX_get(ctx); 84 BN_CTX_end(ctx); 210 BN_CTX *ctx) in BN_div() 229 ret = bn_div_fixed_top(dv, rm, num, divisor, ctx); in BN_div() 265 const BIGNUM *divisor, BN_CTX *ctx) in bn_div_fixed_top() 280 BN_CTX_start(ctx); in bn_div_fixed_top() 209 BN_div(BIGNUM *dv, BIGNUM *rm, const BIGNUM *num, const BIGNUM *divisor, BN_CTX *ctx) BN_div() argument 264 bn_div_fixed_top(BIGNUM *dv, BIGNUM *rm, const BIGNUM *num, const BIGNUM *divisor, BN_CTX *ctx) bn_div_fixed_top() argument [all...] |
/third_party/openssl/crypto/sha/asm/ |
H A D | sha1-sparcv9.pl | 53 $ctx="%i0"; 295 ld [$ctx+0],$A 296 ld [$ctx+4],$B 297 ld [$ctx+8],$C 298 ld [$ctx+12],$D 299 ld [$ctx+16],$E 348 ld [$ctx+0],@X[0] 349 ld [$ctx+4],@X[1] 350 ld [$ctx+8],@X[2] 351 ld [$ctx [all...] |
H A D | sha1-ppc.pl | 68 $ctx="r3"; 155 lwz r16,0($ctx) 158 lwz r17,4($ctx) 161 lwz r18,8($ctx) 162 lwz r19,12($ctx) 164 lwz r20,16($ctx) 216 lwz $A,0($ctx) 217 lwz $B,4($ctx) 218 lwz $C,8($ctx) 219 lwz $D,12($ctx) [all...] |
H A D | sha1-armv8.pl | 50 ($ctx,$inp,$num)=("x0","x1","x2"); 155 ldp @Xw[1],@Xw[2],[$ctx] 166 ldp @Xw[3],@Xw[4],[$ctx,#8] 172 ldr @Xw[5],[$ctx,#16] 203 ldp $A,$B,[$ctx] 204 ldp $C,$D,[$ctx,#8] 205 ldr $E,[$ctx,#16] 230 stp $A,$B,[$ctx] 231 stp $C,$D,[$ctx,#8] 232 str $E,[$ctx,#1 [all...] |
H A D | sha1-parisc.pl | 58 $ctx="%r26"; # arg0 120 ldw 0($ctx),@X[0] ; $i 123 ldw 4($ctx),@X[1] 126 ldw 8($ctx),@X[2] 130 ldw 12($ctx),@X[3] 132 ldw 16($ctx),@X[4] 183 ldw 0($ctx),$A 184 ldw 4($ctx),$B 185 ldw 8($ctx),$C 186 ldw 12($ctx), [all...] |
H A D | sha1-alpha.pl | 26 $ctx="a0"; # $16 177 ldl @X[0],0($ctx) 182 ldl @X[1],4($ctx) 187 ldl @X[2],8($ctx) 191 ldl @X[3],12($ctx) 195 ldl @X[4],16($ctx) 263 ldl $A,0($ctx) 264 ldl $B,4($ctx) 266 ldl $C,8($ctx) 267 ldl $D,12($ctx) [all...] |
/third_party/openssl/crypto/ts/ |
H A D | ts_rsp_verify.c | 24 static int int_ts_RESP_verify_token(TS_VERIFY_CTX *ctx, 249 int TS_RESP_verify_response(TS_VERIFY_CTX *ctx, TS_RESP *response) in TS_RESP_verify_response() argument 257 if (!int_ts_RESP_verify_token(ctx, token, tst_info)) in TS_RESP_verify_response() 269 int TS_RESP_verify_token(TS_VERIFY_CTX *ctx, PKCS7 *token) in TS_RESP_verify_token() argument 274 ret = int_ts_RESP_verify_token(ctx, token, tst_info); in TS_RESP_verify_token() 292 static int int_ts_RESP_verify_token(TS_VERIFY_CTX *ctx, in int_ts_RESP_verify_token() argument 301 int flags = ctx->flags; in int_ts_RESP_verify_token() 310 && !TS_RESP_verify_signature(token, ctx->certs, ctx->store, &signer)) in int_ts_RESP_verify_token() 318 && !ts_check_policy(ctx in int_ts_RESP_verify_token() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | hostapd.h | 54 void *ctx), void *ctx); 93 int (*cb)(void *ctx, const u8 *sa, const u8 *da, const u8 *bssid, 95 void *ctx; member 186 void *msg_ctx; /* ctx for wpa_msg() calls */ 187 void *msg_ctx_parent; /* parent interface ctx for wpa_msg() calls */ 256 void (*public_action_cb)(void *ctx, const u8 *buf, size_t len, 259 void (*public_action_cb2)(void *ctx, const u8 *buf, size_t len, 263 int (*vendor_action_cb)(void *ctx, const u8 *buf, size_t len, 267 void (*wps_reg_success_cb)(void *ctx, cons [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
H A D | wps.h | 259 * @ctx: Higher layer context data (cb_ctx) 268 int (*new_psk_cb)(void *ctx, const u8 *mac_addr, const u8 *p2p_dev_addr, 273 * @ctx: Higher layer context data (cb_ctx) 282 int (*set_ie_cb)(void *ctx, struct wpabuf *beacon_ie, 287 * @ctx: Higher layer context data (cb_ctx) 295 void (*pin_needed_cb)(void *ctx, const u8 *uuid_e, 300 * @ctx: Higher layer context data (cb_ctx) 309 void (*reg_success_cb)(void *ctx, const u8 *mac_addr, 315 * @ctx: Higher layer context data (cb_ctx) 328 void (*set_sel_reg_cb)(void *ctx, in [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | hostapd.h | 50 void *ctx), void *ctx); 84 int (*cb)(void *ctx, const u8 *sa, const u8 *da, const u8 *bssid, 86 void *ctx; member 175 void *msg_ctx; /* ctx for wpa_msg() calls */ 176 void *msg_ctx_parent; /* parent interface ctx for wpa_msg() calls */ 246 void (*public_action_cb)(void *ctx, const u8 *buf, size_t len, 249 void (*public_action_cb2)(void *ctx, const u8 *buf, size_t len, 253 int (*vendor_action_cb)(void *ctx, const u8 *buf, size_t len, 257 void (*wps_reg_success_cb)(void *ctx, cons [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | vf_colorcorrect.c | 64 static int average_slice8(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) in average_slice8() argument 66 ColorCorrectContext *s = ctx->priv; in average_slice8() 95 static int average_slice16(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) in average_slice16() argument 97 ColorCorrectContext *s = ctx->priv; in average_slice16() 126 static int minmax_slice8(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) in minmax_slice8() argument 128 ColorCorrectContext *s = ctx->priv; in minmax_slice8() 162 static int minmax_slice16(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) in minmax_slice16() argument 164 ColorCorrectContext *s = ctx->priv; in minmax_slice16() 198 static int median_8(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) in median_8() argument 200 ColorCorrectContext *s = ctx in median_8() 252 median_16(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) median_16() argument 315 colorcorrect_slice8(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) colorcorrect_slice8() argument 355 colorcorrect_slice16(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) colorcorrect_slice16() argument 398 AVFilterContext *ctx = inlink->dst; filter_frame() local 449 AVFilterContext *ctx = inlink->dst; config_input() local 496 uninit(AVFilterContext *ctx) uninit() argument [all...] |
H A D | vf_lensfun.c | 132 static av_cold int init(AVFilterContext *ctx) in init() argument 134 LensfunContext *lensfun = ctx->priv; in init() 142 av_log(ctx, AV_LOG_FATAL, "Failed to load lensfun database from %s path\n", in init() 150 av_log(ctx, AV_LOG_FATAL, "Option \"make\" or option \"model\" not specified\n"); in init() 151 av_log(ctx, AV_LOG_INFO, "Available values for \"make\" and \"model\":\n"); in init() 153 av_log(ctx, AV_LOG_INFO, "\t%s\t%s\n", cameras[i]->Maker, cameras[i]->Model); in init() 159 av_log(ctx, AV_LOG_FATAL, "Option \"lens_model\" not specified\n"); in init() 160 av_log(ctx, AV_LOG_INFO, "Available values for \"lens_model\":\n"); in init() 162 av_log(ctx, AV_LOG_INFO, "\t%s\t(make %s)\n", lenses[i]->Model, lenses[i]->Maker); in init() 173 av_log(ctx, AV_LOG_INF in init() 211 AVFilterContext *ctx = inlink->dst; config_props() local 286 vignetting_filter_slice(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) vignetting_filter_slice() argument 309 distortion_correction_filter_slice(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) distortion_correction_filter_slice() argument 440 AVFilterContext *ctx = inlink->dst; filter_frame() local 496 uninit(AVFilterContext *ctx) uninit() argument [all...] |
H A D | avf_showspectrum.c | 111 int (*plot_channel)(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs); 301 static av_cold void uninit(AVFilterContext *ctx) in uninit() argument 303 ShowSpectrumContext *s = ctx->priv; in uninit() 359 static int query_formats(AVFilterContext *ctx) in query_formats() argument 363 AVFilterLink *inlink = ctx->inputs[0]; in query_formats() 364 AVFilterLink *outlink = ctx->outputs[0]; in query_formats() 390 static int run_channel_fft(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) in run_channel_fft() argument 392 ShowSpectrumContext *s = ctx->priv; in run_channel_fft() 393 AVFilterLink *inlink = ctx->inputs[0]; in run_channel_fft() 662 static char *get_time(AVFilterContext *ctx, floa argument 710 get_scale(AVFilterContext *ctx, int scale, float a) get_scale() argument 745 get_iscale(AVFilterContext *ctx, int scale, float a) get_iscale() argument 779 draw_legend(AVFilterContext *ctx, uint64_t samples) draw_legend() argument 981 get_value(AVFilterContext *ctx, int ch, int y) get_value() argument 1005 plot_channel_lin(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) plot_channel_lin() argument 1028 plot_channel_log(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) plot_channel_log() argument 1061 AVFilterContext *ctx = outlink->src; config_output() local 1316 calc_channel_magnitudes(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) calc_channel_magnitudes() argument 1331 calc_channel_phases(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) calc_channel_phases() argument 1366 calc_channel_uphases(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) calc_channel_uphases() argument 1425 AVFilterContext *ctx = inlink->dst; plot_spectrum_column() local 1586 activate(AVFilterContext *ctx) activate() argument 1755 AVFilterContext *ctx = outlink->src; showspectrumpic_request_frame() local 1838 AVFilterContext *ctx = inlink->dst; showspectrumpic_filter_frame() local [all...] |
H A D | af_surround.c | 112 void (*filter)(AVFilterContext *ctx); 113 void (*upmix_stereo)(AVFilterContext *ctx, 120 void (*upmix_2_1)(AVFilterContext *ctx, 129 void (*upmix_3_0)(AVFilterContext *ctx, 137 void (*upmix_5_0)(AVFilterContext *ctx, 146 void (*upmix_5_1)(AVFilterContext *ctx, 158 static int query_formats(AVFilterContext *ctx) in query_formats() argument 160 AudioSurroundContext *s = ctx->priv; in query_formats() 168 ret = ff_set_common_formats(ctx, formats); in query_formats() 177 ret = ff_channel_layouts_ref(layouts, &ctx in query_formats() 195 AVFilterContext *ctx = inlink->dst; config_input() local 264 AVFilterContext *ctx = outlink->src; config_output() local 363 upmix_1_0(AVFilterContext *ctx, float l_phase, float r_phase, float c_phase, float mag_total, float x, float y, int n) upmix_1_0() argument 382 upmix_stereo(AVFilterContext *ctx, float l_phase, float r_phase, float c_phase, float mag_total, float x, float y, int n) upmix_stereo() argument 406 upmix_2_1(AVFilterContext *ctx, float l_phase, float r_phase, float c_phase, float mag_total, float x, float y, int n) upmix_2_1() argument 436 upmix_3_0(AVFilterContext *ctx, float l_phase, float r_phase, float c_phase, float mag_total, float x, float y, int n) upmix_3_0() argument 465 upmix_3_1(AVFilterContext *ctx, float l_phase, float r_phase, float c_phase, float mag_total, float x, float y, int n) upmix_3_1() argument 500 upmix_3_1_surround(AVFilterContext *ctx, float l_phase, float r_phase, float c_phase, float c_mag, float mag_total, float x, float y, int n) upmix_3_1_surround() argument 535 upmix_4_0(AVFilterContext *ctx, float l_phase, float r_phase, float c_phase, float mag_total, float x, float y, int n) upmix_4_0() argument 569 upmix_4_1(AVFilterContext *ctx, float l_phase, float r_phase, float c_phase, float mag_total, float x, float y, int n) upmix_4_1() argument 609 upmix_5_0_back(AVFilterContext *ctx, float l_phase, float r_phase, float c_phase, float mag_total, float x, float y, int n) upmix_5_0_back() argument 648 upmix_5_1_back(AVFilterContext *ctx, float l_phase, float r_phase, float c_phase, float mag_total, float x, float y, int n) upmix_5_1_back() argument 693 upmix_6_0(AVFilterContext *ctx, float l_phase, float r_phase, float c_phase, float mag_total, float x, float y, int n) upmix_6_0() argument 737 upmix_6_1(AVFilterContext *ctx, float l_phase, float r_phase, float c_phase, float mag_total, float x, float y, int n) upmix_6_1() argument 787 upmix_5_1_back_surround(AVFilterContext *ctx, float l_phase, float r_phase, float c_phase, float c_mag, float mag_total, float x, float y, int n) upmix_5_1_back_surround() argument 833 upmix_5_1_back_2_1(AVFilterContext *ctx, float l_phase, float r_phase, float c_phase, float mag_total, float lfe_re, float lfe_im, float x, float y, int n) upmix_5_1_back_2_1() argument 879 upmix_7_0(AVFilterContext *ctx, float l_phase, float r_phase, float c_phase, float mag_total, float x, float y, int n) upmix_7_0() argument 929 upmix_7_1(AVFilterContext *ctx, float l_phase, float r_phase, float c_phase, float mag_total, float x, float y, int n) upmix_7_1() argument 985 upmix_7_1_5_0_side(AVFilterContext *ctx, float c_re, float c_im, float mag_totall, float mag_totalr, float fl_phase, float fr_phase, float bl_phase, float br_phase, float sl_phase, float sr_phase, float xl, float yl, float xr, float yr, int n) upmix_7_1_5_0_side() argument 1045 upmix_7_1_5_1(AVFilterContext *ctx, float c_re, float c_im, float lfe_re, float lfe_im, float mag_totall, float mag_totalr, float fl_phase, float fr_phase, float bl_phase, float br_phase, float sl_phase, float sr_phase, float xl, float yl, float xr, float yr, int n) upmix_7_1_5_1() argument 1101 filter_stereo(AVFilterContext *ctx) filter_stereo() argument 1134 filter_surround(AVFilterContext *ctx) filter_surround() argument 1170 filter_2_1(AVFilterContext *ctx) filter_2_1() argument 1205 filter_5_0_side(AVFilterContext *ctx) filter_5_0_side() argument 1262 filter_5_1_side(AVFilterContext *ctx) filter_5_1_side() argument 1321 filter_5_1_back(AVFilterContext *ctx) filter_5_1_back() argument 1380 init(AVFilterContext *ctx) init() argument 1541 fft_channel(AVFilterContext *ctx, void *arg, int ch, int nb_jobs) fft_channel() argument 1563 ifft_channel(AVFilterContext *ctx, void *arg, int ch, int nb_jobs) ifft_channel() argument 1594 AVFilterContext *ctx = inlink->dst; filter_frame() local 1616 activate(AVFilterContext *ctx) activate() argument 1651 uninit(AVFilterContext *ctx) uninit() argument [all...] |
/third_party/node/deps/openssl/openssl/crypto/pem/ |
H A D | pem_lib.c | 317 EVP_CIPHER_CTX *ctx = NULL; in PEM_ASN1_write_bio() local 390 if ((ctx = EVP_CIPHER_CTX_new()) == NULL in PEM_ASN1_write_bio() 391 || !EVP_EncryptInit_ex(ctx, enc, NULL, key, iv) in PEM_ASN1_write_bio() 392 || !EVP_EncryptUpdate(ctx, data, &j, data, i) in PEM_ASN1_write_bio() 393 || !EVP_EncryptFinal_ex(ctx, &(data[j]), &i)) in PEM_ASN1_write_bio() 408 EVP_CIPHER_CTX_free(ctx); in PEM_ASN1_write_bio() 421 EVP_CIPHER_CTX *ctx; in PEM_do_header() local 452 ctx = EVP_CIPHER_CTX_new(); in PEM_do_header() 453 if (ctx == NULL) in PEM_do_header() 456 ok = EVP_DecryptInit_ex(ctx, ciphe in PEM_do_header() 613 EVP_ENCODE_CTX *ctx = EVP_ENCODE_CTX_new(); PEM_write_bio() local 921 EVP_ENCODE_CTX *ctx = NULL; PEM_read_bio_ex() local [all...] |
/third_party/openssl/crypto/pem/ |
H A D | pem_lib.c | 317 EVP_CIPHER_CTX *ctx = NULL; in PEM_ASN1_write_bio() local 390 if ((ctx = EVP_CIPHER_CTX_new()) == NULL in PEM_ASN1_write_bio() 391 || !EVP_EncryptInit_ex(ctx, enc, NULL, key, iv) in PEM_ASN1_write_bio() 392 || !EVP_EncryptUpdate(ctx, data, &j, data, i) in PEM_ASN1_write_bio() 393 || !EVP_EncryptFinal_ex(ctx, &(data[j]), &i)) in PEM_ASN1_write_bio() 408 EVP_CIPHER_CTX_free(ctx); in PEM_ASN1_write_bio() 421 EVP_CIPHER_CTX *ctx; in PEM_do_header() local 452 ctx = EVP_CIPHER_CTX_new(); in PEM_do_header() 453 if (ctx == NULL) in PEM_do_header() 456 ok = EVP_DecryptInit_ex(ctx, ciphe in PEM_do_header() 613 EVP_ENCODE_CTX *ctx = EVP_ENCODE_CTX_new(); PEM_write_bio() local 921 EVP_ENCODE_CTX *ctx = NULL; PEM_read_bio_ex() local [all...] |
/third_party/skia/src/shaders/gradients/ |
H A D | SkGradientShader.cpp | 221 static void add_stop_color(SkRasterPipeline_GradientCtx* ctx, size_t stop, SkPMColor4f Fs, SkPMColor4f Bs) { in add_stop_color() argument 222 (ctx->fs[0])[stop] = Fs.fR; in add_stop_color() 223 (ctx->fs[1])[stop] = Fs.fG; in add_stop_color() 224 (ctx->fs[2])[stop] = Fs.fB; in add_stop_color() 225 (ctx->fs[3])[stop] = Fs.fA; in add_stop_color() 227 (ctx->bs[0])[stop] = Bs.fR; in add_stop_color() 228 (ctx->bs[1])[stop] = Bs.fG; in add_stop_color() 229 (ctx->bs[2])[stop] = Bs.fB; in add_stop_color() 230 (ctx->bs[3])[stop] = Bs.fA; in add_stop_color() 233 static void add_const_color(SkRasterPipeline_GradientCtx* ctx, size_ argument 239 init_stop_evenly( SkRasterPipeline_GradientCtx* ctx, float gapCount, size_t stop, SkPMColor4f c_l, SkPMColor4f c_r) init_stop_evenly() argument 259 init_stop_pos( SkRasterPipeline_GradientCtx* ctx, size_t stop, float t_l, float t_r, SkPMColor4f c_l, SkPMColor4f c_r) init_stop_pos() argument 333 auto ctx = alloc->make<SkRasterPipeline_EvenlySpaced2StopGradientCtx>(); onAppendStages() local 340 auto* ctx = alloc->make<SkRasterPipeline_GradientCtx>(); onAppendStages() local [all...] |
/third_party/selinux/libsepol/src/ |
H A D | kernel_to_conf.c | 2414 char *ctx = NULL; in context_to_str() local 2422 ctx = create_str("%s:%s:%s:%s", 4, user, role, type, range); in context_to_str() 2425 ctx = create_str("%s:%s:%s", 3, user, role, type); in context_to_str() 2428 return ctx; in context_to_str() 2437 char *ctx, *rule; in write_sid_context_rules_to_conf() local 2455 ctx = context_to_str(pdb, &isid->context[0]); in write_sid_context_rules_to_conf() 2456 if (!ctx) { in write_sid_context_rules_to_conf() 2461 rule = create_str("sid %s %s", 2, sid, ctx); in write_sid_context_rules_to_conf() 2462 free(ctx); in write_sid_context_rules_to_conf() 2498 char *name, *ctx; in write_selinux_fsuse_rules_to_conf() local 2537 char *fstype, *name, *ctx; write_genfscon_rules_to_conf() local 2617 char *ctx; write_selinux_port_rules_to_conf() local 2704 char *ctx; write_selinux_node_rules_to_conf() local 2745 char *ctx; write_selinux_node6_rules_to_conf() local 2788 char *ctx; write_selinux_ibpkey_rules_to_conf() local 2841 char *ctx; write_selinux_ibendport_rules_to_conf() local 2883 char *ctx; write_xen_pirq_rules_to_conf() local 2922 char *ctx; write_xen_ioport_rules_to_conf() local 2965 char *ctx; write_xen_iomem_rules_to_conf() local 3006 char *ctx; write_xen_pcidevice_rules_to_conf() local 3040 char *name, *ctx; write_xen_devicetree_rules_to_conf() local [all...] |
H A D | kernel_to_cil.c | 2541 char *ctx = NULL; in context_to_str() local 2556 ctx = create_str("(%s %s %s %s)", 4, user, role, type, range); in context_to_str() 2560 return ctx; in context_to_str() 2569 char *ctx, *rule; in write_sid_context_rules_to_cil() local 2587 ctx = context_to_str(pdb, &isid->context[0]); in write_sid_context_rules_to_cil() 2588 if (!ctx) { in write_sid_context_rules_to_cil() 2593 rule = create_str("(sidcontext %s %s)", 2, sid, ctx); in write_sid_context_rules_to_cil() 2594 free(ctx); in write_sid_context_rules_to_cil() 2630 char *name, *ctx; in write_selinux_fsuse_rules_to_cil() local 2645 ctx in write_selinux_fsuse_rules_to_cil() 2669 char *fstype, *name, *ctx; write_genfscon_rules_to_cil() local 2749 char *ctx; write_selinux_port_rules_to_cil() local 2836 char *ctx; write_selinux_node_rules_to_cil() local 2876 char *ctx; write_selinux_node6_rules_to_cil() local 2919 char *ctx; write_selinux_ibpkey_rules_to_cil() local 2971 char *ctx; write_selinux_ibendport_rules_to_cil() local 3013 char *ctx; write_xen_pirq_rules_to_cil() local 3050 char *ctx; write_xen_ioport_rules_to_cil() local 3093 char *ctx; write_xen_iomem_rules_to_cil() local 3134 char *ctx; write_xen_pcidevice_rules_to_cil() local 3168 char *name, *ctx; write_xen_devicetree_rules_to_cil() local [all...] |
/third_party/mesa3d/src/mesa/main/ |
H A D | shader_query.cpp | 102 bind_attrib_location(struct gl_context *ctx, in bind_attrib_location() argument 111 _mesa_error(ctx, GL_INVALID_OPERATION, in bind_attrib_location() 116 if (index >= ctx->Const.Program[MESA_SHADER_VERTEX].MaxAttribs) { in bind_attrib_location() 117 _mesa_error(ctx, GL_INVALID_VALUE, "glBindAttribLocation(%u >= %u)", in bind_attrib_location() 118 index, ctx->Const.Program[MESA_SHADER_VERTEX].MaxAttribs); in bind_attrib_location() 139 GET_CURRENT_CONTEXT(ctx); in _mesa_BindAttribLocation_no_error() 142 _mesa_lookup_shader_program(ctx, program); in _mesa_BindAttribLocation_no_error() 143 bind_attrib_location(ctx, shProg, index, name, true); in _mesa_BindAttribLocation_no_error() 150 GET_CURRENT_CONTEXT(ctx); in _mesa_BindAttribLocation() 153 _mesa_lookup_shader_program_err(ctx, progra in _mesa_BindAttribLocation() [all...] |
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsresize.c | 196 ntfs_attr_search_ctx *ctx; /* inode attribute being processed */ member 211 ntfs_attr_search_ctx *ctx; /* inode attribute being processed */ member 720 flags = resize->ctx->attr->flags; in collect_resize_constraints() 721 atype = resize->ctx->attr->type; in collect_resize_constraints() 723 if ((ret = ntfs_inode_badclus_bad(inode, resize->ctx->attr)) != 0) { in collect_resize_constraints() 789 if (inode == FILE_Bitmap && resize->ctx->attr->type == AT_DATA) in collect_relocation_info() 814 (unsigned int)le32_to_cpu(resize->ctx->attr->type), in collect_relocation_info() 835 a = fsck->ctx->attr; in build_lcn_usage_bitmap() 914 if (!(fsck->ctx = attr_get_search_ctx(fsck->ni, NULL))) in walk_attributes() 917 while (!ntfs_attrs_walk(fsck->ctx)) { in walk_attributes() 1614 ntfs_attr_search_ctx *ctx; replace_attribute_runlist() local 2390 open_badclust_bad_attr(ntfs_attr_search_ctx *ctx) open_badclust_bad_attr() argument 2429 ntfs_attr_search_ctx *ctx; truncate_badclust_bad_attr() local 2572 lookup_data_attr(ntfs_volume *vol, MFT_REF mref, const char *aname, ntfs_attr_search_ctx **ctx) lookup_data_attr() argument 2599 close_inode_and_context(ntfs_attr_search_ctx *ctx) close_inode_and_context() argument 2613 ntfs_attr_search_ctx *ctx; check_bad_sectors() local 3905 ntfs_attr_search_ctx ctx; update_runlist() local [all...] |
/third_party/python/Modules/ |
H A D | socketmodule.c | 2702 struct sock_accept *ctx = data; in sock_accept_impl() local 2703 struct sockaddr *addr = SAS2SA(ctx->addrbuf); in sock_accept_impl() 2704 socklen_t *paddrlen = ctx->addrlen; in sock_accept_impl() 2711 *ctx->addrlen = 0; in sock_accept_impl() 2717 ctx->result = accept4(s->sock_fd, addr, paddrlen, in sock_accept_impl() 2719 if (ctx->result == INVALID_SOCKET && accept4_works == -1) { in sock_accept_impl() 2725 ctx->result = accept(s->sock_fd, addr, paddrlen); in sock_accept_impl() 2727 ctx->result = accept(s->sock_fd, addr, paddrlen); in sock_accept_impl() 2731 return (ctx->result != INVALID_SOCKET); in sock_accept_impl() 2733 return (ctx in sock_accept_impl() 2748 struct sock_accept ctx; sock_accept() local 3495 struct sock_recv *ctx = data; sock_recv_impl() local 3520 struct sock_recv ctx; sock_recv_guts() local 3664 struct sock_recvfrom *ctx = data; sock_recvfrom_impl() local 3698 struct sock_recvfrom ctx; sock_recvfrom_guts() local 3847 struct sock_recvmsg *ctx = data; sock_recvmsg_impl() local 3876 struct sock_recvmsg ctx; sock_recvmsg_guts() local 4173 struct sock_send *ctx = data; sock_send_impl() local 4192 struct sock_send ctx; sock_send() local 4230 struct sock_send ctx; sock_sendall() local 4313 struct sock_sendto *ctx = data; sock_sendto_impl() local 4337 struct sock_sendto ctx; sock_sendto() local 4465 struct sock_sendmsg *ctx = data; sock_sendmsg_impl() local 4490 struct sock_sendmsg ctx; global() local 4700 struct sock_sendmsg ctx; global() local [all...] |