HomeSort by relevance Sort by last modified time
    Searched refs:is_extended (Results 1 - 14 of 14) sorted by null

  /external/selinux/libsepol/cil/src/
cil_find.c 306 if (avrule->is_extended != target->is_extended) goto exit;
334 if (!target->is_extended) {
cil_copy_ast.c 822 new->is_extended = orig->is_extended;
827 if (!new->is_extended) {
    [all...]
cil_internal.h 594 int is_extended; member in struct:cil_avrule
cil_binary.c     [all...]
cil_write_ast.c 830 if (avrule->is_extended)
    [all...]
cil_build_ast.c     [all...]
cil.c     [all...]
cil_policy.c 1330 if (rule->is_extended) {
    [all...]
cil_resolve_ast.c 347 if (!rule->is_extended) {
    [all...]
  /external/flac/libFLAC/
stream_encoder_framing.c 44 static FLAC__bool add_residual_partitioned_rice_(FLAC__BitWriter *bw, const FLAC__int32 residual[], const unsigned residual_samples, const unsigned predictor_order, const unsigned rice_parameters[], const unsigned raw_bits[], const unsigned partition_order, const FLAC__bool is_extended);
402 /*is_extended=*/subframe->entropy_coding_method.type == FLAC__ENTROPY_CODING_METHOD_PARTITIONED_RICE2
448 /*is_extended=*/subframe->entropy_coding_method.type == FLAC__ENTROPY_CODING_METHOD_PARTITIONED_RICE2
493 FLAC__bool add_residual_partitioned_rice_(FLAC__BitWriter *bw, const FLAC__int32 residual[], const unsigned residual_samples, const unsigned predictor_order, const unsigned rice_parameters[], const unsigned raw_bits[], const unsigned partition_order, const FLAC__bool is_extended)
495 const unsigned plen = is_extended? FLAC__ENTROPY_CODING_METHOD_PARTITIONED_RICE2_PARAMETER_LEN : FLAC__ENTROPY_CODING_METHOD_PARTITIONED_RICE_PARAMETER_LEN;
496 const unsigned pesc = is_extended? FLAC__ENTROPY_CODING_METHOD_PARTITIONED_RICE2_ESCAPE_PARAMETER : FLAC__ENTROPY_CODING_METHOD_PARTITIONED_RICE_ESCAPE_PARAMETER;
stream_decoder.c 102 static FLAC__bool read_residual_partitioned_rice_(FLAC__StreamDecoder *decoder, unsigned predictor_order, unsigned partition_order, FLAC__EntropyCodingMethod_PartitionedRiceContents *partitioned_rice_contents, FLAC__int32 *residual, FLAC__bool is_extended);
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
terule.py 32 if symbol.is_extended(policy):
qpol.py 915 def is_extended(self, *args): return _qpol.qpol_avrule_t_is_extended(self, *args) member in class:qpol_avrule_t
    [all...]
qpol.i     [all...]

Completed in 1733 milliseconds