/third_party/mbedtls/library/ |
D | sha1.c | 161 } local; in mbedtls_internal_sha1_process() local 166 GET_UINT32_BE( local.W[ 0], data, 0 ); in mbedtls_internal_sha1_process() 167 GET_UINT32_BE( local.W[ 1], data, 4 ); in mbedtls_internal_sha1_process() 168 GET_UINT32_BE( local.W[ 2], data, 8 ); in mbedtls_internal_sha1_process() 169 GET_UINT32_BE( local.W[ 3], data, 12 ); in mbedtls_internal_sha1_process() 170 GET_UINT32_BE( local.W[ 4], data, 16 ); in mbedtls_internal_sha1_process() 171 GET_UINT32_BE( local.W[ 5], data, 20 ); in mbedtls_internal_sha1_process() 172 GET_UINT32_BE( local.W[ 6], data, 24 ); in mbedtls_internal_sha1_process() 173 GET_UINT32_BE( local.W[ 7], data, 28 ); in mbedtls_internal_sha1_process() 174 GET_UINT32_BE( local.W[ 8], data, 32 ); in mbedtls_internal_sha1_process() [all …]
|
D | ripemd160.c | 153 } local; in mbedtls_internal_ripemd160_process() local 155 GET_UINT32_LE( local.X[ 0], data, 0 ); in mbedtls_internal_ripemd160_process() 156 GET_UINT32_LE( local.X[ 1], data, 4 ); in mbedtls_internal_ripemd160_process() 157 GET_UINT32_LE( local.X[ 2], data, 8 ); in mbedtls_internal_ripemd160_process() 158 GET_UINT32_LE( local.X[ 3], data, 12 ); in mbedtls_internal_ripemd160_process() 159 GET_UINT32_LE( local.X[ 4], data, 16 ); in mbedtls_internal_ripemd160_process() 160 GET_UINT32_LE( local.X[ 5], data, 20 ); in mbedtls_internal_ripemd160_process() 161 GET_UINT32_LE( local.X[ 6], data, 24 ); in mbedtls_internal_ripemd160_process() 162 GET_UINT32_LE( local.X[ 7], data, 28 ); in mbedtls_internal_ripemd160_process() 163 GET_UINT32_LE( local.X[ 8], data, 32 ); in mbedtls_internal_ripemd160_process() [all …]
|
D | md4.c | 149 } local; in mbedtls_internal_md4_process() local 151 GET_UINT32_LE( local.X[ 0], data, 0 ); in mbedtls_internal_md4_process() 152 GET_UINT32_LE( local.X[ 1], data, 4 ); in mbedtls_internal_md4_process() 153 GET_UINT32_LE( local.X[ 2], data, 8 ); in mbedtls_internal_md4_process() 154 GET_UINT32_LE( local.X[ 3], data, 12 ); in mbedtls_internal_md4_process() 155 GET_UINT32_LE( local.X[ 4], data, 16 ); in mbedtls_internal_md4_process() 156 GET_UINT32_LE( local.X[ 5], data, 20 ); in mbedtls_internal_md4_process() 157 GET_UINT32_LE( local.X[ 6], data, 24 ); in mbedtls_internal_md4_process() 158 GET_UINT32_LE( local.X[ 7], data, 28 ); in mbedtls_internal_md4_process() 159 GET_UINT32_LE( local.X[ 8], data, 32 ); in mbedtls_internal_md4_process() [all …]
|
D | md5.c | 148 } local; in mbedtls_internal_md5_process() local 150 GET_UINT32_LE( local.X[ 0], data, 0 ); in mbedtls_internal_md5_process() 151 GET_UINT32_LE( local.X[ 1], data, 4 ); in mbedtls_internal_md5_process() 152 GET_UINT32_LE( local.X[ 2], data, 8 ); in mbedtls_internal_md5_process() 153 GET_UINT32_LE( local.X[ 3], data, 12 ); in mbedtls_internal_md5_process() 154 GET_UINT32_LE( local.X[ 4], data, 16 ); in mbedtls_internal_md5_process() 155 GET_UINT32_LE( local.X[ 5], data, 20 ); in mbedtls_internal_md5_process() 156 GET_UINT32_LE( local.X[ 6], data, 24 ); in mbedtls_internal_md5_process() 157 GET_UINT32_LE( local.X[ 7], data, 28 ); in mbedtls_internal_md5_process() 158 GET_UINT32_LE( local.X[ 8], data, 32 ); in mbedtls_internal_md5_process() [all …]
|
D | sha256.c | 214 local.W[t] = S1(local.W[(t) - 2]) + local.W[(t) - 7] + \ 215 S0(local.W[(t) - 15]) + local.W[(t) - 16] \ 221 local.temp1 = (h) + S3(e) + F1((e),(f),(g)) + (K) + (x); \ 222 local.temp2 = S2(a) + F0((a),(b),(c)); \ 223 (d) += local.temp1; (h) = local.temp1 + local.temp2; \ 233 } local; in mbedtls_internal_sha256_process() local 241 local.A[i] = ctx->state[i]; in mbedtls_internal_sha256_process() 247 GET_UINT32_BE( local.W[i], data, 4 * i ); in mbedtls_internal_sha256_process() 251 P( local.A[0], local.A[1], local.A[2], local.A[3], local.A[4], in mbedtls_internal_sha256_process() 252 local.A[5], local.A[6], local.A[7], local.W[i], K[i] ); in mbedtls_internal_sha256_process() [all …]
|
/third_party/gettext/libtextstyle/ |
D | Makefile.am | 30 gnulib-local/build-aux/moopp \ 31 gnulib-local/lib/fd-ostream.oo.c \ 32 gnulib-local/lib/fd-ostream.oo.h \ 33 gnulib-local/lib/file-ostream.oo.c \ 34 gnulib-local/lib/file-ostream.oo.h \ 35 gnulib-local/lib/glibconfig.in.h \ 36 gnulib-local/lib/glib/ghash.c \ 37 gnulib-local/lib/glib/ghash.in.h \ 38 gnulib-local/lib/glib/glist.c \ 39 gnulib-local/lib/glib/glist.in.h \ [all …]
|
/third_party/XKeyboardConfig/ |
D | BUILD.gn | 3 source = "build/usr/local/share/X11/xkb/geometry/sgi_vndr/indy" 9 source = "build/usr/local/share/X11/xkb/geometry/sgi_vndr/O2" 15 source = "build/usr/local/share/X11/xkb/geometry/sgi_vndr/indigo" 21 source = "build/usr/local/share/X11/xkb/geometry/dell" 27 source = "build/usr/local/share/X11/xkb/geometry/nec" 33 source = "build/usr/local/share/X11/xkb/geometry/kinesis" 39 source = "build/usr/local/share/X11/xkb/geometry/ataritt" 45 source = "build/usr/local/share/X11/xkb/geometry/steelseries" 51 source = "build/usr/local/share/X11/xkb/geometry/typematrix" 57 source = "build/usr/local/share/X11/xkb/geometry/hhk" [all …]
|
/third_party/boost/tools/quickbook/src/ |
D | doc_info_grammar.cpp | 94 doc_info_grammar_local& local = in init_doc_info() local 99 local.doc_types = "book", "article", "library", "chapter", "part", in init_doc_info() 103 local.doc_attributes.add(doc_attributes::name(t), t); in init_doc_info() 104 local.doc_info_attributes.add(doc_attributes::name(t), t); in init_doc_info() 108 local.doc_info_attributes.add(doc_info_attributes::name(t), t); in init_doc_info() 125 cl::eps_p [ph::var(local.source_mode_unset) = true] in init_doc_info() 127 >> local.doc_attribute in init_doc_info() 130 >> local.doc_info_block in init_doc_info() 135 local.doc_info_block = in init_doc_info() 138 >> (local.doc_types >> cl::eps_p) in init_doc_info() [all …]
|
D | block_element_grammar.cpp | 40 block_element_grammar_local& local = in init_block_elements() local 52 local.element_id = in init_block_elements() 65 …("section", element_info(element_info::section_block, &local.begin_section, block_tags::begin_sect… in init_block_elements() 66 …("endsect", element_info(element_info::section_block, &local.end_section, block_tags::end_section)) in init_block_elements() 69 local.begin_section = in init_block_elements() 71 >> local.element_id in init_block_elements() 73 >> local.inner_phrase in init_block_elements() 76 local.end_section = in init_block_elements() 78 >> local.element_id in init_block_elements() 81 local.heading in init_block_elements() [all …]
|
D | main_grammar.cpp | 85 // Local actions 101 // Local members 148 // Local constructor 320 // Local grammar 324 main_grammar_local& local = cleanup_.add(new main_grammar_local(state)); in init_main() local 348 // Local Actions in init_main() 349 scoped_parser<process_element_impl> process_element(local); in init_main() 350 in_list_impl in_list(local); in init_main() 353 local, &main_grammar_local::no_eols); in init_main() 355 scoped_context(local, &main_grammar_local::context); in init_main() [all …]
|
/third_party/boost/libs/convert/test/ |
D | has_member.cpp | 18 namespace { namespace local namespace 25 namespace { namespace local namespace 33 namespace { namespace local namespace 60 namespace { namespace local namespace 72 BOOST_TEST(local::has_begin<local::test01>::value == true); in main() 73 BOOST_TEST(local::has_begin<local::test02>::value == true); in main() 74 BOOST_TEST(local::has_begin<local::test03>::value == true); in main() 75 BOOST_TEST(local::has_begin<local::test04>::value == true); in main() 76 BOOST_TEST(local::has_begin<local::test05>::value == true); in main() 77 BOOST_TEST(local::has_begin<local::test06>::value == true); in main() [all …]
|
D | sfinae.cpp | 18 namespace { namespace local namespace 56 BOOST_TEST((local::can_call_funop<callable::test1, int (double, std::string)>::value == true)); in test_is_callable() 57 BOOST_TEST((local::can_call_funop<callable::test1, double (int, std::string)>::value == true)); in test_is_callable() 58 BOOST_TEST((local::can_call_funop<callable::test1, void (double, std::string)>::value == true)); in test_is_callable() 59 BOOST_TEST((local::can_call_funop<callable::test1, void (int, std::string)>::value == true)); in test_is_callable() 60 BOOST_TEST((local::can_call_funop<callable::test1, void (int, char const*)>::value == true)); in test_is_callable() 61 BOOST_TEST((local::can_call_funop<callable::test1, int (double, int)>::value == false)); in test_is_callable() 62 BOOST_TEST((local::can_call_funop<callable::test1, int (double)>::value == false)); in test_is_callable() 64 … BOOST_TEST((local::can_call_funop<callable::test2, int (double, std::string)>::value == false)); in test_is_callable() 65 BOOST_TEST((local::can_call_funop<callable::test2, void (double, std::string)>::value == true)); in test_is_callable() [all …]
|
/third_party/glib/gio/ |
D | glocalfileenumerator.c | 90 free_entries (GLocalFileEnumerator *local) in free_entries() argument 95 if (local->entries != NULL) in free_entries() 97 for (i = 0; local->entries[i].name != NULL; i++) in free_entries() 98 g_free (local->entries[i].name); in free_entries() 100 g_free (local->entries); in free_entries() 108 GLocalFileEnumerator *local; in g_local_file_enumerator_finalize() local 110 local = G_LOCAL_FILE_ENUMERATOR (object); in g_local_file_enumerator_finalize() 112 if (local->got_parent_info) in g_local_file_enumerator_finalize() 113 _g_local_file_info_free_parent_info (&local->parent_info); in g_local_file_enumerator_finalize() 114 g_free (local->filename); in g_local_file_enumerator_finalize() [all …]
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_shader_pixel_local_storage2.txt | 49 restriction that pixel local storage is not supported when rendering to 52 Moreover, pixel local storage values are no longer lost when writing to 54 values do not always become undefined when the shader writes to pixel local 58 - support for pixel local storage in combination with multiple user- 60 - support for clearing pixel local storage variables 61 - support for multi-word pixel local storage variables 95 "Fragment data values may also be written to pixel local storage blocks. 97 covering the same pixel. Data values written to pixel local storage block 101 to both user-defined fragment outputs and to pixel local storage blocks. 104 writes to any user-defined fragment output, the pixel local storage values [all …]
|
D | EXT_shader_pixel_local_storage.txt | 60 concept of pixel local storage. Pixel local storage is an on-chip memory 62 the GL. The format of data stored in the pixel local storage is independent 63 of the format of the currently attached framebuffer. The data in pixel local 64 storage is not written back to main memory. Access to pixel local storage 66 explicitly flush the GL command stream are issued when pixel local storage 67 is enabled then the contents of the pixel local storage becomes undefined 124 "4.3.7 Pixel Local Variables 129 to as pixel storage variables. Pixel local storage variables do not have any 138 Pixel local storage variable reads and writes within a single shader 142 user-defined fragment outputs and to pixel local storage variables. Reading [all …]
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_shader_pixel_local_storage2.txt | 49 restriction that pixel local storage is not supported when rendering to 52 Moreover, pixel local storage values are no longer lost when writing to 54 values do not always become undefined when the shader writes to pixel local 58 - support for pixel local storage in combination with multiple user- 60 - support for clearing pixel local storage variables 61 - support for multi-word pixel local storage variables 95 "Fragment data values may also be written to pixel local storage blocks. 97 covering the same pixel. Data values written to pixel local storage block 101 to both user-defined fragment outputs and to pixel local storage blocks. 104 writes to any user-defined fragment output, the pixel local storage values [all …]
|
D | EXT_shader_pixel_local_storage.txt | 60 concept of pixel local storage. Pixel local storage is an on-chip memory 62 the GL. The format of data stored in the pixel local storage is independent 63 of the format of the currently attached framebuffer. The data in pixel local 64 storage is not written back to main memory. Access to pixel local storage 66 explicitly flush the GL command stream are issued when pixel local storage 67 is enabled then the contents of the pixel local storage becomes undefined 124 "4.3.7 Pixel Local Variables 129 to as pixel storage variables. Pixel local storage variables do not have any 138 Pixel local storage variable reads and writes within a single shader 142 user-defined fragment outputs and to pixel local storage variables. Reading [all …]
|
/third_party/openssl/test/certs/ |
D | mkcert.sh | 38 local key=$1; shift 40 local alg=rsa 45 local bits=2048 68 local key=$1; shift 71 local errs 81 local key=$1; shift 91 local cert=$1; shift 92 local exts=$1; shift 100 local cn=$1; shift 101 local key=$1; shift [all …]
|
/third_party/grpc/tools/interop_matrix/testcases/ |
D | python__v1.11.1 | 3 … --rm=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/grp… 4 … --rm=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/grp… 5 … --rm=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/grp… 6 … --rm=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/grp… 7 … --rm=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/grp… 8 … --rm=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/grp… 9 … --rm=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/grp… 10 … --rm=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/grp… 11 … --rm=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/grp… 12 … --rm=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/grp… [all …]
|
D | python__v1.0.x | 3 … --rm=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/grp… 4 … --rm=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/grp… 5 … --rm=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/grp… 6 … --rm=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/grp… 7 … --rm=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/grp… 8 … --rm=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/grp… 9 … --rm=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/grp… 10 … --rm=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/grp… 11 … --rm=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/grp… 12 … --rm=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/grp… [all …]
|
D | python__master | 5 … --rm=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/grp… 6 … --rm=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/grp… 7 … --rm=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/grp… 8 … --rm=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/grp… 9 … --rm=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/grp… 10 … --rm=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/grp… 11 … --rm=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/grp… 12 … --rm=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/grp… 13 … --rm=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/grp… 14 … --rm=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/grp… [all …]
|
/third_party/grpc/third_party/upb/third_party/lunit/ |
D | lunit.lua | 33 local orig_assert = assert 35 local pairs = pairs 36 local ipairs = ipairs 37 local next = next 38 local type = type 39 local error = error 40 local tostring = tostring 41 local setmetatable = setmetatable 42 local pcall = pcall 43 local xpcall = xpcall [all …]
|
/third_party/grpc/third_party/upb/tests/bindings/lua/ |
D | test_upb.lua | 2 local upb = require "lupb" 3 local lunit = require "lunit" 4 local upb_test = require "tests.bindings.lua.test_pb" 5 local test_messages_proto3 = require "google.protobuf.test_messages_proto3_pb" 6 local test_messages_proto2 = require "google.protobuf.test_messages_proto2_pb" 7 local descriptor = require "google.protobuf.descriptor_pb" 8 local empty = require "google.protobuf.empty_pb" 17 local arr = {} 25 local m = test_messages_proto3.TestAllTypesProto3 30 local f = m:field("optional_int32") [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | duplicateSymbolsExportMatching.errors.txt | 1 … error TS2395: Individual declarations in merged declaration 'I' must be all exported or all local. 2 … error TS2395: Individual declarations in merged declaration 'I' must be all exported or all local. 3 … error TS2395: Individual declarations in merged declaration 'E' must be all exported or all local. 4 … error TS2395: Individual declarations in merged declaration 'E' must be all exported or all local. 5 …ror TS2395: Individual declarations in merged declaration 'inst' must be all exported or all local. 6 …ror TS2395: Individual declarations in merged declaration 'inst' must be all exported or all local. 7 … error TS2395: Individual declarations in merged declaration 'v' must be all exported or all local. 8 … error TS2395: Individual declarations in merged declaration 'v' must be all exported or all local. 9 … error TS2395: Individual declarations in merged declaration 'w' must be all exported or all local. 10 … error TS2395: Individual declarations in merged declaration 'w' must be all exported or all local. [all …]
|
/third_party/node/deps/npm/scripts/ |
D | pr | 17 local url="$(prurl "$@")" 18 local num=$(basename $url) 19 local prpath="${url#git@github.com:}" 20 local repo=${prpath%/pull/$num} 21 local prweb="https://github.com/$prpath" 22 local root="$(prroot "$url")" 23 local api="https://api.github.com/repos/${repo}/pulls/${num}" 24 local user=$(curl -s $api | json user.login) 25 local ref="$(prref "$url" "$root")" 26 local curhead="$(git show --no-patch --pretty=%H HEAD)" [all …]
|