Home
last modified time | relevance | path

Searched refs:tables (Results 1 – 25 of 825) sorted by relevance

12345678910>>...33

/third_party/python/Tools/unicode/
Dmkstringprep.py53 tables = [] variable
70 tables.append((curname, table))
126 name, table = tables[0]
127 del tables[0]
149 name, table = tables[0]
150 del tables[0]
165 name, table_b2 = tables[0]
166 del tables[0]
169 name, table_b3 = tables[0]
170 del tables[0]
[all …]
/third_party/vulkan-loader/scripts/
Dloader_extension_generator.py753 tables = ''
764 tables += '// Init Device function pointer dispatch table with core commands\n'
765tables += 'VKAPI_ATTR void VKAPI_CALL loader_init_device_dispatch_table(struct loader_dev_dispatch…
766tables += ' VkDevice dev) {\n'
767 tables += ' VkLayerDispatchTable *table = &dev_table->core_dispatch;\n'
768 tables += ' table->magic = DEVICE_DISP_TABLE_MAGIC_NUMBER;\n'
769tables += ' for (uint32_t i = 0; i < MAX_NUM_UNKNOWN_EXTS; i++) dev_table->ext_dispatch[i] = (P…
776 tables += '// Init Device function pointer dispatch table with extension commands\n'
777tables += 'VKAPI_ATTR void VKAPI_CALL loader_init_device_extension_dispatch_table(struct loader_de…
778tables += ' PFN_vkGetInstanc…
[all …]
/third_party/pcre2/pcre2/src/
Dpcre2_serialize.c81 const uint8_t *tables; in pcre2_serialize_encode() local
94 tables = NULL; in pcre2_serialize_encode()
101 if (tables == NULL) in pcre2_serialize_encode()
102 tables = re->tables; in pcre2_serialize_encode()
103 else if (tables != re->tables) in pcre2_serialize_encode()
124 memcpy(dst_bytes, tables, TABLES_LENGTH); in pcre2_serialize_encode()
144 (void)memset(dst_bytes + offsetof(pcre2_real_code, tables), 0, in pcre2_serialize_encode()
172 uint8_t *tables; in pcre2_serialize_decode() local
192 tables = memctl->malloc(TABLES_LENGTH + sizeof(PCRE2_SIZE), memctl->memory_data); in pcre2_serialize_decode()
193 if (tables == NULL) return PCRE2_ERROR_NOMEMORY; in pcre2_serialize_decode()
[all …]
Dpcre2_dftables.c101 const unsigned char *tables; in main() local
145 tables = maketables(); in main()
146 base_of_tables = tables; in main()
160 size_t len = fwrite(tables, 1, TABLES_LENGTH, f); in main()
230 fprintf(f, "%3d", *tables++); in main()
241 fprintf(f, "%3d", *tables++); in main()
261 (void)fprintf(f, "0x%02x", *tables++); in main()
287 (void)fprintf(f, "0x%02x", *tables++); in main()
/third_party/skia/third_party/externals/freetype/src/pcf/
Dpcfread.c99 PCF_Table tables; in pcf_read_TOC() local
130 if ( FT_QNEW_ARRAY( face->toc.tables, toc->count ) ) in pcf_read_TOC()
133 tables = face->toc.tables; in pcf_read_TOC()
136 if ( FT_STREAM_READ_FIELDS( pcf_table_header, tables ) ) in pcf_read_TOC()
138 tables++; in pcf_read_TOC()
144 tables = face->toc.tables; in pcf_read_TOC()
158 if ( tables[i].offset > tables[i + 1].offset ) in pcf_read_TOC()
160 tmp = tables[i]; in pcf_read_TOC()
161 tables[i] = tables[i + 1]; in pcf_read_TOC()
162 tables[i + 1] = tmp; in pcf_read_TOC()
[all …]
/third_party/mesa3d/src/mesa/main/
Dget_hash_generator.py95 def print_tables(tables): argument
96 for table in tables:
100 for table in tables:
114 def merge_tables(tables): argument
116 for api, indices in sorted(tables.items()):
141 tables = defaultdict(lambda:{})
169 add_to_hash_table(tables[api], hash_val, len(params))
172 add_to_hash_table(tables["GLES3"], hash_val, len(params))
173 add_to_hash_table(tables["GLES31"], hash_val, len(params))
174 add_to_hash_table(tables["GLES32"], hash_val, len(params))
[all …]
/third_party/rust/crates/unicode-ident/tests/
Dstatic_size.rs9 mod tables; in test_size() module
11 let size = size_of_val(&tables::ASCII_START) in test_size()
12 + size_of_val(&tables::ASCII_CONTINUE) in test_size()
13 + size_of_val(&tables::TRIE_START) in test_size()
14 + size_of_val(&tables::TRIE_CONTINUE) in test_size()
15 + size_of_val(&tables::LEAF); in test_size()
23 mod tables; in test_xid_size() module
25 let size = size_of_val(tables::XID_START) + size_of_val(tables::XID_CONTINUE); in test_xid_size()
28 let _ = tables::BY_NAME; in test_xid_size()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-open-file.hh84 unsigned int get_table_count () const { return tables.len; } in get_table_count()
86 { return tables[i]; } in get_table()
93 + tables.sub_array (start_offset, table_count) in get_table_tags()
98 return tables.len; in get_table_tags()
107 if (tables.len < 16) in find_table_index()
108 return tables.lfind (t, table_index, HB_NOT_FOUND_STORE, Index::NOT_FOUND_INDEX); in find_table_index()
110 return tables.bfind (t, table_index, HB_NOT_FOUND_STORE, Index::NOT_FOUND_INDEX); in find_table_index()
135 if (unlikely (!tables.serialize (c, num_items))) return_trace (false); in serialize()
151 TableRecord &rec = tables.arrayZ[i]; in serialize()
179 tables.qsort (); in serialize()
[all …]
Dhb-face.cc627 hb_hashmap_t<hb_tag_t, hb_blob_t *> tables; member
650 data->tables.init (); in _hb_face_builder_data_create()
660 for (hb_blob_t* b : data->tables.values()) in _hb_face_builder_data_destroy()
663 data->tables.fini (); in _hb_face_builder_data_destroy()
672 unsigned int table_count = data->tables.get_population (); in _hb_face_builder_data_reference_blob()
675 for (hb_blob_t* b : data->tables.values()) in _hb_face_builder_data_reference_blob()
683 c.propagate_error (data->tables); in _hb_face_builder_data_reference_blob()
686 bool is_cff = (data->tables.has (HB_TAG ('C','F','F',' ')) in _hb_face_builder_data_reference_blob()
687 || data->tables.has (HB_TAG ('C','F','F','2'))); in _hb_face_builder_data_reference_blob()
692 data->tables.iter () | hb_sink (sorted_entries); in _hb_face_builder_data_reference_blob()
[all …]
/third_party/ffmpeg/libavcodec/x86/
Dcabac.h55 #define TABLES_ARG , "r"(tables)
80 …tatep, low, lowword, range, rangeq, tmp, tmpbyte, byte, end, norm_off, lps_off, mlps_off, tables) \ argument
85 "movzbl "lps_off"("tables", %%rcx), "range" \n\t"\
90 "movzbl "norm_off"("tables", "rangeq"), %%ecx \n\t"\
92 "movzbl "mlps_off"+128("tables", "retq"), "tmp" \n\t"\
107 "movzbl "norm_off"("tables", %%rcx), %%ecx \n\t"\
144 …tatep, low, lowword, range, rangeq, tmp, tmpbyte, byte, end, norm_off, lps_off, mlps_off, tables) \ argument
190 void *tables; in get_cabac_inline_x86() local
194 : "=&r"(tables) in get_cabac_inline_x86()
Dh264_cabac.c56 void *tables; in decode_significance_x86() local
60 : "=&r"(tables) in decode_significance_x86()
132 void *tables; in decode_significance_8x8_x86() local
136 : "=&r"(tables) in decode_significance_8x8_x86()
/third_party/skia/third_party/externals/freetype/src/gxvalid/
Dgxvbsln.c150 gxv_bsln_parts_fmt0_validate( FT_Bytes tables, in gxv_bsln_parts_fmt0_validate() argument
154 FT_Bytes p = tables; in gxv_bsln_parts_fmt0_validate()
169 gxv_bsln_parts_fmt1_validate( FT_Bytes tables, in gxv_bsln_parts_fmt1_validate() argument
173 FT_Bytes p = tables; in gxv_bsln_parts_fmt1_validate()
194 gxv_bsln_parts_fmt2_validate( FT_Bytes tables, in gxv_bsln_parts_fmt2_validate() argument
198 FT_Bytes p = tables; in gxv_bsln_parts_fmt2_validate()
238 gxv_bsln_parts_fmt3_validate( FT_Bytes tables, in gxv_bsln_parts_fmt3_validate() argument
242 FT_Bytes p = tables; in gxv_bsln_parts_fmt3_validate()
DREADME8 `gxvalid' is a module to validate TrueType GX tables: a collection of
9 additional tables in TrueType font which are used by `QuickDraw GX
11 validates `kern' tables which have been extended for AAT. Like the
24 - supported TrueType GX tables
26 - permissive error handling of broken GX tables
30 2. Supported tables
33 The following GX tables are currently supported.
46 The following GX tables are currently unsupported.
55 The following GX tables won't be supported.
60 The following undocumented tables in TrueType fonts designed for Apple
[all …]
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/
DMtxFontBuilder.java34 private Map<Integer, ReadableFontData> tables; field in MtxFontBuilder
38 tables = new HashMap<Integer, ReadableFontData>(); in MtxFontBuilder()
53 tables.put(tag, data); in addTable()
86 TreeSet<Integer> tags = new TreeSet<Integer>(tables.keySet()); in build()
87 int nTables = tables.size(); in build()
89 for (Map.Entry<Integer, ReadableFontData> entry : tables.entrySet()) { in build()
110 ReadableFontData data = tables.get(tag); in build()
/third_party/cups-filters/fontembed/
Dsfnt.c176 otf->tables=malloc(sizeof(OTF_DIRENT)*otf->numTables); in otf_do_load()
177 if (!otf->tables) { in otf_do_load()
187 otf->tables[iA].tag=get_ULONG(buf); in otf_do_load()
188 otf->tables[iA].checkSum=get_ULONG(buf+4); in otf_do_load()
189 otf->tables[iA].offset=get_ULONG(buf+8); in otf_do_load()
190 otf->tables[iA].length=get_ULONG(buf+12); in otf_do_load()
191 if ( (otf->tables[iA].tag==OTF_TAG('C','F','F',' '))&& in otf_do_load()
196 } else if ( (otf->tables[iA].tag==OTF_TAG('g','l','y','p'))&& in otf_do_load()
356 free(otf->tables); in otf_close()
386 char *tables=malloc(16*numTables); in otf_find_table()
[all …]
/third_party/skia/third_party/externals/sfntly/cpp/src/sample/subtly/
Dstats.cc44 const TableMap* tables = font->GetTableMap(); in PrintComparison() local
45 for (TableMap::const_iterator it = tables->begin(), in PrintComparison()
46 e = tables->end(); it != e; ++it) { in PrintComparison()
72 const TableMap* tables = font->GetTableMap(); in PrintStats() local
73 for (TableMap::const_iterator it = tables->begin(), in PrintStats()
74 e = tables->end(); it != e; ++it) { in PrintStats()
/third_party/node/deps/base64/base64/
DCMakeLists.txt52 cmake_dependent_option(BASE64_REGENERATE_TABLES "regenerate the codec tables" OFF "NOT CMAKE_CROSSC…
81 # Generate tables in build folder and copy to source tree.
82 # Don't add the tables in the source tree to the outputs, to avoid `make clean` removing them.
84 lib/tables/table_generator.c
87 …add_custom_command(OUTPUT table_dec_32bit.h "${CMAKE_CURRENT_SOURCE_DIR}/lib/tables/table_dec_32bi…
89 …MAKE_COMMAND}" -E copy table_dec_32bit.h "${CMAKE_CURRENT_SOURCE_DIR}/lib/tables/table_dec_32bit.h"
94 …add_custom_command(OUTPUT table_enc_12bit.h "${CMAKE_CURRENT_SOURCE_DIR}/lib/tables/table_enc_12bi…
95 …COMMAND "${PYTHON_EXECUTABLE}" "${CMAKE_CURRENT_SOURCE_DIR}/lib/tables/table_enc_12bit.py" > table…
96 …MAKE_COMMAND}" -E copy table_enc_12bit.h "${CMAKE_CURRENT_SOURCE_DIR}/lib/tables/table_enc_12bit.h"
97 DEPENDS "${CMAKE_CURRENT_SOURCE_DIR}/lib/tables/table_enc_12bit.py"
[all …]
/third_party/ffmpeg/libavcodec/
Daptx.c402 ConstTables *tables) in aptx_invert_quantization() argument
407 qr = tables->quantize_intervals[idx] / 2; in aptx_invert_quantization()
411 …qr = rshift64_clip24((qr * (1LL<<32)) + MUL64(dither, tables->invert_quantize_dither_factors[idx])… in aptx_invert_quantization()
416 …factor_select = rshift32(factor_select + (tables->quantize_factor_select_offset[idx] * (1 << 15)),… in aptx_invert_quantization()
417 invert_quantize->factor_select = av_clip(factor_select, 0, tables->factor_max); in aptx_invert_quantization()
421 shift = (tables->factor_max - invert_quantize->factor_select) >> 8; in aptx_invert_quantization()
467 ConstTables *tables) in aptx_process_subband() argument
471 aptx_invert_quantization(invert_quantize, quantized_sample, dither, tables); in aptx_process_subband()
494 tables->prediction_order); in aptx_process_subband()
/third_party/rust/crates/unicode-width/scripts/
Dunicode.py316 tables = []
321 tables.append(table)
322 return tables
326 out_name: str, unicode_version: "tuple[int, int, int]", tables: "list[Table]"
435 for (i, table) in enumerate(tables):
437 if i == len(tables) - 1:
489 tables = make_tables(TABLE_CFGS, enumerate(width_map))
493 for (i, table) in enumerate(tables):
500 emit_module(module_filename, version, tables)
/third_party/ffmpeg/libavformat/
Drtpenc_jpeg.c68 int tables, j; in ff_rtp_send_jpeg() local
74 tables = AV_RB16(&buf[i + 2]) / 65; in ff_rtp_send_jpeg()
75 if (i + 5 + tables * 65 > size) { in ff_rtp_send_jpeg()
79 if (nb_qtables + tables > 4) { in ff_rtp_send_jpeg()
84 for (j = 0; j < tables; j++) in ff_rtp_send_jpeg()
86 nb_qtables += tables; in ff_rtp_send_jpeg()
/third_party/mesa3d/docs/vulkan/
Ddispatch.rst10 Extension tables
35 instance level extensions. Both tables are actually unions so that you can
42 These tables are are generated automatically using a bit of python code that
48 a new version of vk.xml. We also generates a matching pair of tables of
57 Entrypoint and dispatch tables
60 Entrypoint tables contain a function pointer for every Vulkan entrypoint
61 within a particular scope. There are separate tables for instance,
89 Dispatch tables are similar to entrypoint tables except that they're
140 Generating driver dispatch tables
143 Entrypoint tables can be easily auto-generated for your driver. Simply put
[all …]
/third_party/rust/crates/unicode-ident/
D.gitattributes1 src/tables.rs linguist-generated
4 tests/tables/tables.rs linguist-generated
/third_party/openGLES/extensions/EXT/
DWGL_EXT_display_color_table.txt25 This extension provides the means to define display color lookup tables
29 and binding tables be efficient.
31 Display color tables are an extension to the WGL window system interface
55 * Are tables persistent (or would we like them to be persistent) across
65 choice)? How many tables are allowed?
91 This seems non-intuitive. Maybe specify tables for each component
116 Display color tables provide a means for mapping color component
118 looked up in separate tables to produce a new output component.
120 Because display color tables are implemented in the output hardware,
125 Display color tables are associated with a drawable and ideally affect
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DWGL_EXT_display_color_table.txt25 This extension provides the means to define display color lookup tables
29 and binding tables be efficient.
31 Display color tables are an extension to the WGL window system interface
55 * Are tables persistent (or would we like them to be persistent) across
65 choice)? How many tables are allowed?
91 This seems non-intuitive. Maybe specify tables for each component
116 Display color tables provide a means for mapping color component
118 looked up in separate tables to produce a new output component.
120 Because display color tables are implemented in the output hardware,
125 Display color tables are associated with a drawable and ideally affect
[all …]
/third_party/rust/crates/unicode-width/src/
Dlib.rs59 use tables::charwidth as cw;
60 pub use tables::UNICODE_VERSION;
64 mod tables; module

12345678910>>...33