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

  /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...]
  /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_build_ast.c     [all...]
cil_policy.c 1330 if (rule->is_extended) {
    [all...]
cil_write_ast.c 830 if (avrule->is_extended)
    [all...]
cil.c     [all...]
cil_resolve_ast.c 347 if (!rule->is_extended) {
    [all...]
  /external/toybox/toys/pending/
fdisk.c 45 #define IS_EXTENDED(i) ((i) == EXTENDED || (i) == WIN98_EXTENDED || (i) == LINUX_EXTENDED)
268 } while (!is_partition_clear(q) && IS_EXTENDED(q->sys_ind));
388 if (IS_EXTENDED(partitions[i].part->sys_ind)) {
583 if (i < 4 && !IS_EXTENDED(sys_id)) {
586 } else if (i < 4 && IS_EXTENDED(sys_id)) {
652 if (IS_EXTENDED(p->sys_ind) && !p->boot_ind)
935 if (IS_EXTENDED(p->sys_ind)) ext_idx = i;
967 if (IS_EXTENDED(sys_id)) {
1053 if ((IS_EXTENDED(p->sys_ind) && !IS_EXTENDED(sys_id)) |
    [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...]
  /external/tcpdump/
print-802_11.c     [all...]

Completed in 1070 milliseconds