/external/icu/icu4c/source/data/misc/ |
D | numberingSystems.txt | 8 desc{""} 13 desc{""} 18 desc{"٠١٢٣٤٥٦٧٨٩"} 23 desc{"۰۱۲۳۴۵۶۷۸۹"} 28 desc{"%armenian-upper"} 33 desc{"%armenian-lower"} 38 desc{"᭐᭑᭒᭓᭔᭕᭖᭗᭘᭙"} 43 desc{"০১২৩৪৫৬৭৮৯"} 48 desc{""} 53 desc{""} [all …]
|
/external/mesa3d/src/gallium/frontends/va/ |
D | picture_h264_enc.c | 39 context->desc.h264enc.frame_num = h264->frame_num; in vlVaHandleVAEncPictureParameterBufferTypeH264() 40 context->desc.h264enc.not_referenced = false; in vlVaHandleVAEncPictureParameterBufferTypeH264() 41 context->desc.h264enc.pic_order_cnt = h264->CurrPic.TopFieldOrderCnt; in vlVaHandleVAEncPictureParameterBufferTypeH264() 42 if (context->desc.h264enc.gop_cnt == 0) in vlVaHandleVAEncPictureParameterBufferTypeH264() 43 context->desc.h264enc.i_remain = context->gop_coeff; in vlVaHandleVAEncPictureParameterBufferTypeH264() 44 else if (context->desc.h264enc.frame_num == 1) in vlVaHandleVAEncPictureParameterBufferTypeH264() 45 context->desc.h264enc.i_remain--; in vlVaHandleVAEncPictureParameterBufferTypeH264() 47 …context->desc.h264enc.p_remain = context->desc.h264enc.gop_size - context->desc.h264enc.gop_cnt - … in vlVaHandleVAEncPictureParameterBufferTypeH264() 55 _mesa_hash_table_insert(context->desc.h264enc.frame_idx, in vlVaHandleVAEncPictureParameterBufferTypeH264() 60 context->desc.h264enc.picture_type = PIPE_H264_ENC_PICTURE_TYPE_IDR; in vlVaHandleVAEncPictureParameterBufferTypeH264() [all …]
|
D | picture_hevc.c | 37 context->desc.h265.pps->sps->chroma_format_idc = hevc->pic_fields.bits.chroma_format_idc; in vlVaHandlePictureParameterBufferHEVC() 38 context->desc.h265.pps->sps->separate_colour_plane_flag = in vlVaHandlePictureParameterBufferHEVC() 40 context->desc.h265.pps->sps->pic_width_in_luma_samples = hevc->pic_width_in_luma_samples; in vlVaHandlePictureParameterBufferHEVC() 41 context->desc.h265.pps->sps->pic_height_in_luma_samples = hevc->pic_height_in_luma_samples; in vlVaHandlePictureParameterBufferHEVC() 42 context->desc.h265.pps->sps->bit_depth_luma_minus8 = hevc->bit_depth_luma_minus8; in vlVaHandlePictureParameterBufferHEVC() 43 context->desc.h265.pps->sps->bit_depth_chroma_minus8 = hevc->bit_depth_chroma_minus8; in vlVaHandlePictureParameterBufferHEVC() 44 context->desc.h265.pps->sps->log2_max_pic_order_cnt_lsb_minus4 = in vlVaHandlePictureParameterBufferHEVC() 46 context->desc.h265.pps->sps->sps_max_dec_pic_buffering_minus1 = in vlVaHandlePictureParameterBufferHEVC() 48 context->desc.h265.pps->sps->log2_min_luma_coding_block_size_minus3 = in vlVaHandlePictureParameterBufferHEVC() 50 context->desc.h265.pps->sps->log2_diff_max_min_luma_coding_block_size = in vlVaHandlePictureParameterBufferHEVC() [all …]
|
D | picture_hevc_enc.c | 49 context->desc.h265enc.decoded_curr_pic = h265->decoded_curr_pic.picture_id; in vlVaHandleVAEncPictureParameterBufferTypeHEVC() 52 context->desc.h265enc.reference_frames[i] = h265->reference_frames[i].picture_id; in vlVaHandleVAEncPictureParameterBufferTypeHEVC() 54 context->desc.h265enc.pic_order_cnt = h265->decoded_curr_pic.pic_order_cnt; in vlVaHandleVAEncPictureParameterBufferTypeHEVC() 62 …context->desc.h265enc.pic.log2_parallel_merge_level_minus2 = h265->log2_parallel_merge_level_minus… in vlVaHandleVAEncPictureParameterBufferTypeHEVC() 63 context->desc.h265enc.pic.nal_unit_type = h265->nal_unit_type; in vlVaHandleVAEncPictureParameterBufferTypeHEVC() 64 context->desc.h265enc.rc.quant_i_frames = h265->pic_init_qp; in vlVaHandleVAEncPictureParameterBufferTypeHEVC() 69 context->desc.h265enc.picture_type = PIPE_H265_ENC_PICTURE_TYPE_IDR; in vlVaHandleVAEncPictureParameterBufferTypeHEVC() 71 context->desc.h265enc.picture_type = PIPE_H265_ENC_PICTURE_TYPE_I; in vlVaHandleVAEncPictureParameterBufferTypeHEVC() 74 context->desc.h265enc.picture_type = PIPE_H265_ENC_PICTURE_TYPE_P; in vlVaHandleVAEncPictureParameterBufferTypeHEVC() 83 …context->desc.h265enc.pic.constrained_intra_pred_flag = h265->pic_fields.bits.constrained_intra_pr… in vlVaHandleVAEncPictureParameterBufferTypeHEVC() [all …]
|
D | picture_h264.c | 51 context->desc.h264.slice_count = 0; in vlVaHandlePictureParameterBufferH264() 53 context->desc.h264.field_order_cnt[0] = h264->CurrPic.TopFieldOrderCnt; in vlVaHandlePictureParameterBufferH264() 54 context->desc.h264.field_order_cnt[1] = h264->CurrPic.BottomFieldOrderCnt; in vlVaHandlePictureParameterBufferH264() 60 context->desc.h264.num_ref_frames = h264->num_ref_frames; in vlVaHandlePictureParameterBufferH264() 64 context->desc.h264.pps->sps->frame_mbs_only_flag = in vlVaHandlePictureParameterBufferH264() 66 context->desc.h264.pps->sps->mb_adaptive_frame_field_flag = in vlVaHandlePictureParameterBufferH264() 68 context->desc.h264.pps->sps->direct_8x8_inference_flag = in vlVaHandlePictureParameterBufferH264() 71 context->desc.h264.pps->sps->log2_max_frame_num_minus4 = in vlVaHandlePictureParameterBufferH264() 73 context->desc.h264.pps->sps->pic_order_cnt_type = in vlVaHandlePictureParameterBufferH264() 75 context->desc.h264.pps->sps->log2_max_pic_order_cnt_lsb_minus4 = in vlVaHandlePictureParameterBufferH264() [all …]
|
/external/llvm-project/lldb/source/Commands/ |
D | Options.td | 5 Desc<"Supply a sort order when dumping the symbol table.">, 8 Desc<"Do not demangle symbol names before showing them.">; 13 Desc<"Hide aliases in the command list.">; 15 Desc<"Hide user-defined commands from the list.">; 17 Desc<"Include commands prefixed with an underscore.">; 23 Desc<"Apply the new value to the global default value.">; 25 Desc<"Force an empty value to be accepted as the default.">; 31 Desc<"The file into which to write the settings.">; 33 Desc<"Append to saved settings file if it exists.">; 39 Desc<"The file from which to read the settings.">; [all …]
|
/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | ResourceManager11.cpp | 50 uint64_t ComputeMemoryUsage(const D3D11_TEXTURE2D_DESC *desc) in ComputeMemoryUsage() argument 52 ASSERT(desc); in ComputeMemoryUsage() 54 static_cast<uint64_t>(d3d11::GetDXGIFormatSizeInfo(desc->Format).pixelBytes); in ComputeMemoryUsage() 55 return ComputeMippedMemoryUsage(desc->Width, desc->Height, 1, pixelBytes, desc->MipLevels); in ComputeMemoryUsage() 58 uint64_t ComputeMemoryUsage(const D3D11_TEXTURE3D_DESC *desc) in ComputeMemoryUsage() argument 60 ASSERT(desc); in ComputeMemoryUsage() 62 static_cast<uint64_t>(d3d11::GetDXGIFormatSizeInfo(desc->Format).pixelBytes); in ComputeMemoryUsage() 63 return ComputeMippedMemoryUsage(desc->Width, desc->Height, desc->Depth, pixelBytes, in ComputeMemoryUsage() 64 desc->MipLevels); in ComputeMemoryUsage() 67 uint64_t ComputeMemoryUsage(const D3D11_BUFFER_DESC *desc) in ComputeMemoryUsage() argument [all …]
|
/external/skia/tests/ |
D | DescriptorTest.cpp | 17 static void SetLength(SkDescriptor* desc, size_t length) { desc->fLength = length; } in SetLength() argument 18 static void SetCount(SkDescriptor* desc, uint32_t count) { desc->fCount = count; } in SetCount() argument 24 auto desc = SkDescriptor::Alloc(size); in DEF_TEST() local 25 REPORTER_ASSERT(r, desc->isValid()); in DEF_TEST() 26 REPORTER_ASSERT(r, desc->getLength() == size); in DEF_TEST() 33 auto desc = SkDescriptor::Alloc(size); in DEF_TEST() local 35 desc->addEntry(kRec_SkDescriptorTag, sizeof(rec), &rec); in DEF_TEST() 36 REPORTER_ASSERT(r, desc->isValid()); in DEF_TEST() 37 REPORTER_ASSERT(r, desc->getLength() == size); in DEF_TEST() 39 SkDescriptorTestHelper::SetLength(desc.get(), size - 4); in DEF_TEST() [all …]
|
/external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/internal/ |
D | MatcherTest.java | 32 PhoneNumberDesc desc = new PhoneNumberDesc(); in checkMatcherBehavesAsExpected() local 34 desc = createDesc(""); in checkMatcherBehavesAsExpected() 36 assertInvalid(matcher, "1", desc); in checkMatcherBehavesAsExpected() 38 desc = createDesc("9\\d{2}"); in checkMatcherBehavesAsExpected() 39 assertInvalid(matcher, "91", desc); in checkMatcherBehavesAsExpected() 40 assertInvalid(matcher, "81", desc); in checkMatcherBehavesAsExpected() 41 assertMatched(matcher, "911", desc); in checkMatcherBehavesAsExpected() 42 assertInvalid(matcher, "811", desc); in checkMatcherBehavesAsExpected() 43 assertTooLong(matcher, "9111", desc); in checkMatcherBehavesAsExpected() 44 assertInvalid(matcher, "8111", desc); in checkMatcherBehavesAsExpected() [all …]
|
/external/OpenCL-CTS/test_conformance/d3d11/ |
D | misc.cpp | 35 D3D11_TEXTURE2D_DESC desc; in SubTestMiscMultipleCreates() local 36 memset(&desc, 0, sizeof(desc) ); in SubTestMiscMultipleCreates() 37 desc.Width = 256; in SubTestMiscMultipleCreates() 38 desc.Height = 256; in SubTestMiscMultipleCreates() 39 desc.MipLevels = 4; in SubTestMiscMultipleCreates() 40 desc.ArraySize = 4; in SubTestMiscMultipleCreates() 41 desc.Format = DXGI_FORMAT_R32G32B32A32_FLOAT; in SubTestMiscMultipleCreates() 42 desc.SampleDesc.Count = 1; in SubTestMiscMultipleCreates() 43 desc.SampleDesc.Quality = 0; in SubTestMiscMultipleCreates() 44 desc.Usage = D3D11_USAGE_DEFAULT; in SubTestMiscMultipleCreates() [all …]
|
/external/kernel-headers/original/uapi/linux/usb/ |
D | audio.h | 161 __le16 wTotalLength; /* includes Unit and Terminal desc. */ 267 static inline __u8 uac_mixer_unit_bNrChannels(struct uac_mixer_unit_descriptor *desc) in uac_mixer_unit_bNrChannels() argument 269 return desc->baSourceID[desc->bNrInPins]; in uac_mixer_unit_bNrChannels() 272 static inline __u32 uac_mixer_unit_wChannelConfig(struct uac_mixer_unit_descriptor *desc, in uac_mixer_unit_wChannelConfig() argument 276 return (desc->baSourceID[desc->bNrInPins + 2] << 8) | in uac_mixer_unit_wChannelConfig() 277 desc->baSourceID[desc->bNrInPins + 1]; in uac_mixer_unit_wChannelConfig() 279 return (desc->baSourceID[desc->bNrInPins + 4] << 24) | in uac_mixer_unit_wChannelConfig() 280 (desc->baSourceID[desc->bNrInPins + 3] << 16) | in uac_mixer_unit_wChannelConfig() 281 (desc->baSourceID[desc->bNrInPins + 2] << 8) | in uac_mixer_unit_wChannelConfig() 282 (desc->baSourceID[desc->bNrInPins + 1]); in uac_mixer_unit_wChannelConfig() [all …]
|
/external/OpenCL-CTS/test_conformance/d3d10/ |
D | misc.cpp | 33 D3D10_TEXTURE2D_DESC desc; in SubTestMiscMultipleCreates() local 34 memset(&desc, 0, sizeof(desc) ); in SubTestMiscMultipleCreates() 35 desc.Width = 256; in SubTestMiscMultipleCreates() 36 desc.Height = 256; in SubTestMiscMultipleCreates() 37 desc.MipLevels = 4; in SubTestMiscMultipleCreates() 38 desc.ArraySize = 4; in SubTestMiscMultipleCreates() 39 desc.Format = DXGI_FORMAT_R32G32B32A32_FLOAT; in SubTestMiscMultipleCreates() 40 desc.SampleDesc.Count = 1; in SubTestMiscMultipleCreates() 41 desc.SampleDesc.Quality = 0; in SubTestMiscMultipleCreates() 42 desc.Usage = D3D10_USAGE_DEFAULT; in SubTestMiscMultipleCreates() [all …]
|
/external/javassist/src/main/javassist/bytecode/ |
D | Descriptor.java | 150 * @param desc descriptor string 156 public static String rename(String desc, String oldname, String newname) { in rename() argument 157 if (desc.indexOf(oldname) < 0) in rename() 158 return desc; in rename() 164 int j = desc.indexOf('L', i); in rename() 167 else if (desc.startsWith(oldname, j + 1) in rename() 168 && desc.charAt(j + oldname.length() + 1) == ';') { in rename() 169 newdesc.append(desc.substring(head, j)); in rename() 176 i = desc.indexOf(';', j) + 1; in rename() 183 return desc; in rename() [all …]
|
/external/arm-trusted-firmware/tools/fiptool/ |
D | fiptool.c | 140 image_desc_t *desc; in new_image_desc() local 142 desc = xzalloc(sizeof(*desc), in new_image_desc() 144 memcpy(&desc->uuid, uuid, sizeof(uuid_t)); in new_image_desc() 145 desc->name = xstrdup(name, in new_image_desc() 147 desc->cmdline_name = xstrdup(cmdline_name, in new_image_desc() 149 desc->action = DO_UNSPEC; in new_image_desc() 150 return desc; in new_image_desc() 153 static void set_image_desc_action(image_desc_t *desc, int action, in set_image_desc_action() argument 156 assert(desc != NULL); in set_image_desc_action() 158 if (desc->action_arg != (char *)DO_UNSPEC) in set_image_desc_action() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFExpression.cpp | 28 typedef Op::Description Desc; in getDescriptions() typedef 31 Descriptions[DW_OP_addr] = Desc(Op::Dwarf2, Op::SizeAddr); in getDescriptions() 32 Descriptions[DW_OP_deref] = Desc(Op::Dwarf2); in getDescriptions() 33 Descriptions[DW_OP_const1u] = Desc(Op::Dwarf2, Op::Size1); in getDescriptions() 34 Descriptions[DW_OP_const1s] = Desc(Op::Dwarf2, Op::SignedSize1); in getDescriptions() 35 Descriptions[DW_OP_const2u] = Desc(Op::Dwarf2, Op::Size2); in getDescriptions() 36 Descriptions[DW_OP_const2s] = Desc(Op::Dwarf2, Op::SignedSize2); in getDescriptions() 37 Descriptions[DW_OP_const4u] = Desc(Op::Dwarf2, Op::Size4); in getDescriptions() 38 Descriptions[DW_OP_const4s] = Desc(Op::Dwarf2, Op::SignedSize4); in getDescriptions() 39 Descriptions[DW_OP_const8u] = Desc(Op::Dwarf2, Op::Size8); in getDescriptions() [all …]
|
/external/mesa3d/src/amd/vulkan/ |
D | vk_format.h | 158 const struct vk_format_description *desc = vk_format_description(format); in vk_format_get_blocksizebits() local 160 assert(desc); in vk_format_get_blocksizebits() 161 if (!desc) { in vk_format_get_blocksizebits() 165 return desc->block.bits; in vk_format_get_blocksizebits() 189 const struct vk_format_description *desc = vk_format_description(format); in vk_format_get_blockwidth() local 191 assert(desc); in vk_format_get_blockwidth() 192 if (!desc) { in vk_format_get_blockwidth() 196 return desc->block.width; in vk_format_get_blockwidth() 202 const struct vk_format_description *desc = vk_format_description(format); in vk_format_get_blockheight() local 204 assert(desc); in vk_format_get_blockheight() [all …]
|
D | radv_formats.c | 37 uint32_t radv_translate_buffer_dataformat(const struct vk_format_description *desc, in radv_translate_buffer_dataformat() argument 43 assert(desc->layout != VK_FORMAT_LAYOUT_MULTIPLANE); in radv_translate_buffer_dataformat() 45 if (desc->format == VK_FORMAT_B10G11R11_UFLOAT_PACK32) in radv_translate_buffer_dataformat() 50 type = desc->channel[first_non_void].type; in radv_translate_buffer_dataformat() 54 if (desc->nr_channels == 4 && in radv_translate_buffer_dataformat() 55 desc->channel[0].size == 10 && in radv_translate_buffer_dataformat() 56 desc->channel[1].size == 10 && in radv_translate_buffer_dataformat() 57 desc->channel[2].size == 10 && in radv_translate_buffer_dataformat() 58 desc->channel[3].size == 2) in radv_translate_buffer_dataformat() 62 for (i = 0; i < desc->nr_channels; i++) { in radv_translate_buffer_dataformat() [all …]
|
/external/llvm-project/lldb/source/Target/ |
D | TargetProperties.td | 6 …Desc<"If true, inject local variables explicitly into the expression text. This will fix symbol re… 13 Desc<"Default architecture to choose, when there's a choice.">; 16 Desc<"Move breakpoints to nearest code.">; 19 Desc<"The language to use when interpreting expressions entered in commands.">; 22 Desc<"Path to a file containing expressions to be prepended to all expressions.">; 25 Desc<"The maximum amount of errors to emit while parsing an expression. " 30 Desc<"Should printed values be shown as their dynamic value.">; 33 Desc<"Should synthetic values be used by default whenever available.">; 36 Desc<"Skip function prologues when setting breakpoints by name.">; 39 …Desc<"Source path remappings apply substitutions to the paths of source files, typically needed to… [all …]
|
/external/desugar/java/com/google/devtools/build/android/desugar/scan/ |
D | PrefixReferenceScanner.java | 76 public AnnotationVisitor visitAnnotation(String desc, boolean visible) { in visitAnnotation() argument 77 typeReference(desc); in visitAnnotation() 82 public void visitOuterClass(String owner, String name, String desc) { in visitOuterClass() argument 84 if (desc != null) { in visitOuterClass() 85 typeReference(Type.getMethodType(desc)); in visitOuterClass() 91 int typeRef, TypePath typePath, String desc, boolean visible) { in visitTypeAnnotation() argument 92 typeReference(desc); in visitTypeAnnotation() 106 int access, String name, String desc, String signature, Object value) { in visitField() argument 107 typeReference(desc); in visitField() 113 int access, String name, String desc, String signature, String[] exceptions) { in visitMethod() argument [all …]
|
/external/linux-kselftest/tools/testing/selftests/x86/ |
D | ldt_gdt.c | 142 struct user_desc desc = *d; in install_valid_mode() local 152 desc.entry_number = gdt_entry_num; in install_valid_mode() 154 ret = syscall(SYS_set_thread_area, &desc); in install_valid_mode() 157 &desc, sizeof(desc)); in install_valid_mode() 169 uint32_t limit = desc.limit; in install_valid_mode() 170 if (desc.limit_in_pages) in install_valid_mode() 172 check_valid_segment(desc.entry_number, ldt, ar, limit, true); in install_valid_mode() 175 if (desc.seg_32bit) { in install_valid_mode() 189 static bool install_valid(const struct user_desc *desc, uint32_t ar) in install_valid() argument 191 bool ret = install_valid_mode(desc, ar, false, true); in install_valid() [all …]
|
/external/virglrenderer/src/gallium/auxiliary/util/ |
D | u_format.h | 258 const struct util_format_description *desc = util_format_description(format); in util_format_name() local 260 assert(desc); in util_format_name() 261 if (!desc) { in util_format_name() 265 return desc->name; in util_format_name() 271 const struct util_format_description *desc = util_format_description(format); in util_format_short_name() local 273 assert(desc); in util_format_short_name() 274 if (!desc) { in util_format_short_name() 278 return desc->short_name; in util_format_short_name() 287 const struct util_format_description *desc = util_format_description(format); in util_format_is_plain() local 293 return desc->layout == UTIL_FORMAT_LAYOUT_PLAIN ? TRUE : FALSE; in util_format_is_plain() [all …]
|
D | u_format.c | 48 const struct util_format_description *desc = util_format_description(format); in util_format_is_float() local 51 assert(desc); in util_format_is_float() 52 if (!desc) { in util_format_is_float() 61 return desc->channel[i].type == UTIL_FORMAT_TYPE_FLOAT ? TRUE : FALSE; in util_format_is_float() 69 const struct util_format_description *desc = in util_format_has_alpha() local 72 return (desc->colorspace == UTIL_FORMAT_COLORSPACE_RGB || in util_format_has_alpha() 73 desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) && in util_format_has_alpha() 74 desc->swizzle[3] != UTIL_FORMAT_SWIZZLE_1; in util_format_has_alpha() 81 const struct util_format_description *desc = in util_format_is_luminance() local 84 if ((desc->colorspace == UTIL_FORMAT_COLORSPACE_RGB || in util_format_is_luminance() [all …]
|
/external/llvm-project/flang/unittests/Evaluate/ |
D | integer.cpp | 13 char desc[64]; in exhaustiveTesting() local 14 std::snprintf(desc, sizeof desc, in exhaustiveTesting() 18 MATCH(BITS, INT::bits)(desc); in exhaustiveTesting() 19 MATCH(maxPositiveSignedValue, INT::HUGE().ToUInt64())(desc); in exhaustiveTesting() 21 TEST(zero.IsZero())(desc); in exhaustiveTesting() 22 MATCH(0, zero.ToUInt64())(desc); in exhaustiveTesting() 23 MATCH(0, zero.ToInt64())(desc); in exhaustiveTesting() 28 MATCH(x, a.ToUInt64())(desc); in exhaustiveTesting() 30 MATCH(x, copy.ToUInt64())(desc); in exhaustiveTesting() 32 MATCH(x, copy.ToUInt64())(desc); in exhaustiveTesting() [all …]
|
/external/icu/icu4c/source/test/testdata/ |
D | idna_conf.txt | 2 desc: Copyright 2003-2005 http://idnconnect.jdna.jp/testbed.html 13 desc: 1-1-1 Has one IDN 24 desc: 1-1-2 Has two IDNs 35 desc: 1-2-1 Latin-1 46 desc: 1-2-2 Latin Extended A 57 desc: 1-2-3 Latin Extended B 68 desc: 1-2-4 Latin Extended Additional 79 desc: 1-3-1 Han 90 desc: 1-3-2 Hiragana 101 desc: 1-3-3 Katakana [all …]
|
/external/mesa3d/src/util/format/ |
D | u_format.h | 409 const struct util_format_description *desc = util_format_description(format); in util_format_name() local 411 assert(desc); in util_format_name() 412 if (!desc) { in util_format_name() 416 return desc->name; in util_format_name() 422 const struct util_format_description *desc = util_format_description(format); in util_format_short_name() local 424 assert(desc); in util_format_short_name() 425 if (!desc) { in util_format_short_name() 429 return desc->short_name; in util_format_short_name() 438 const struct util_format_description *desc = util_format_description(format); in util_format_is_plain() local 444 return desc->layout == UTIL_FORMAT_LAYOUT_PLAIN ? TRUE : FALSE; in util_format_is_plain() [all …]
|