| /external/javassist/src/main/javassist/bytecode/ |
| D | ByteArray.java | 2 * Javassist, a Java-bytecode translator toolkit. 3 * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved. 67 * @param isrc the index into the source byte array. 71 static void copy32bit(byte[] src, int isrc, byte[] dest, int idest) { in copy32bit() argument 72 dest[idest] = src[isrc]; in copy32bit() 73 dest[idest + 1] = src[isrc + 1]; in copy32bit() 74 dest[idest + 2] = src[isrc + 2]; in copy32bit() 75 dest[idest + 3] = src[isrc + 3]; in copy32bit()
|
| /external/mpdecimal/libmpdec/ |
| D | transpose.c | 2 * Copyright (c) 2008-2024 Stefan Krah. All rights reserved. 54 mpd_size_t idest, isrc; in std_trans() local 58 isrc = r * cols; in std_trans() 61 dest[idest] = src[isrc]; in std_trans() 62 isrc += 1; in std_trans() 69 * Swap half-rows of 2^n * (2*2^n) matrix. 99 m = cols - 1; in swap_halfrows_pow2() 116 stride = (offset + b < cols/2) ? b : cols/2-offset; in swap_halfrows_pow2() 148 /* In-place transpose of a square matrix */ 153 mpd_size_t idest, isrc; in squaretrans() local [all …]
|
| /external/python/cpython3/Modules/_decimal/libmpdec/ |
| D | transpose.c | 2 * Copyright (c) 2008-2020 Stefan Krah. All rights reserved. 55 mpd_size_t idest, isrc; in std_trans() local 59 isrc = r * cols; in std_trans() 62 dest[idest] = src[isrc]; in std_trans() 63 isrc += 1; in std_trans() 70 * Swap half-rows of 2^n * (2*2^n) matrix. 100 m = cols - 1; in swap_halfrows_pow2() 117 stride = (offset + b < cols/2) ? b : cols/2-offset; in swap_halfrows_pow2() 149 /* In-place transpose of a square matrix */ 154 mpd_size_t idest, isrc; in squaretrans() local [all …]
|
| /external/flac/test/ |
| D | cuesheet.ok | 8 pass1: parse error, line 1: "CD-DA CATALOG number must be 13 decimal digits" 26 pass1: parse error, line 104: "CD-DA INDEX number must be between 0 and 99, inclusive" 36 pass1: parse error, line 5: "CD-DA INDEX offsets must increase in time" 38 pass1: parse error, line 6: "CD-DA INDEX offsets must increase in time" 40 pass1: parse error, line 4: "found multiple ISRC commands" 42 pass1: parse error, line 2: "ISRC command must come after TRACK but before INDEX" 44 pass1: parse error, line 4: "ISRC command must come after TRACK but before INDEX" 46 pass1: parse error, line 3: "ISRC is missing ISRC number" 48 pass1: parse error, line 3: "invalid ISRC number" 64 pass1: parse error, line 2: "CD-DA TRACK number must be between 1 and 99, inclusive" [all …]
|
| /external/cronet/tot/third_party/protobuf/csharp/ |
| D | generate_protos.sh | 6 set -e 14 if [ -z "$PROTOC" ]; then 16 if [ -x solution/Debug/protoc.exe ]; then 18 elif [ -x cmake/build/Debug/protoc.exe ]; then 20 elif [ -x cmake/build/Release/protoc.exe ]; then 22 elif [ -x src/protoc ]; then 30 # descriptor.proto and well-known types 31 $PROTOC -Isrc --csharp_out=csharp/src/Google.Protobuf \ 32 --csharp_opt=base_namespace=Google.Protobuf \ 49 $PROTOC -Isrc -Icsharp/protos \ [all …]
|
| /external/protobuf/csharp/ |
| D | generate_protos.sh | 6 set -e 14 if [ -z "$PROTOC" ]; then 16 if [ -x solution/Debug/protoc.exe ]; then 18 elif [ -x cmake/build/Debug/protoc.exe ]; then 20 elif [ -x cmake/build/Release/protoc.exe ]; then 22 elif [ -x src/protoc ]; then 30 # descriptor.proto and well-known types 31 $PROTOC -Isrc --csharp_out=csharp/src/Google.Protobuf \ 32 --csharp_opt=base_namespace=Google.Protobuf \ 49 $PROTOC -Isrc -Icsharp/protos \ [all …]
|
| /external/cronet/stable/third_party/protobuf/csharp/ |
| D | generate_protos.sh | 6 set -e 14 if [ -z "$PROTOC" ]; then 16 if [ -x solution/Debug/protoc.exe ]; then 18 elif [ -x cmake/build/Debug/protoc.exe ]; then 20 elif [ -x cmake/build/Release/protoc.exe ]; then 22 elif [ -x src/protoc ]; then 30 # descriptor.proto and well-known types 31 $PROTOC -Isrc --csharp_out=csharp/src/Google.Protobuf \ 32 --csharp_opt=base_namespace=Google.Protobuf \ 49 $PROTOC -Isrc -Icsharp/protos \ [all …]
|
| /external/coreboot/src/vendorcode/mediatek/mt8192/ |
| D | Makefile.mk | 1 subdirs-y += dramc 3 CPPFLAGS_common += -Isrc/soc/mediatek/mt8192/include 4 CPPFLAGS_common += -Isrc/soc/mediatek/common/include 5 CPPFLAGS_common += -Isrc/vendorcode/mediatek/mt8192/include
|
| /external/coreboot/src/vendorcode/mediatek/mt8195/ |
| D | Makefile.mk | 1 subdirs-y += dramc 3 CPPFLAGS_common += -Isrc/soc/mediatek/mt8195/include 4 CPPFLAGS_common += -Isrc/soc/mediatek/common/include 5 CPPFLAGS_common += -Isrc/vendorcode/mediatek/mt8195/include 6 CPPFLAGS_common += -DFOR_COREBOOT
|
| /external/grpc-grpc/ |
| D | .rspec | 1 -Isrc/ruby 2 -Isrc/ruby/pb 3 --backtrace 4 --require spec/spec_helper 5 --format documentation 6 --color
|
| /external/flac/src/share/grabbag/ |
| D | cuesheet.c | 1 /* grabbag - Convenience lib for various routines common to several tools 2 * Copyright (C) 2002-2009 Josh Coalson 3 * Copyright (C) 2011-2023 Xiph.Org Foundation 17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 54 return -1; in local__parse_int64_() 59 return -1; in local__parse_int64_() 61 ret = ret * 10 + (c - '0'); in local__parse_int64_() 64 return -1; in local__parse_int64_() 74 return -1; in local__parse_int_() 78 /* accept minute:second:frame syntax of '[0-9]+:[0-9][0-9]?:[0-9][0-9]?', but max second of 59 and … [all …]
|
| /external/protobuf/src/google/protobuf/stubs/ |
| D | structurally_valid.cc | 1 // Protocol Buffers - Google's data interchange format 3 // https://developers.google.com/protocol-buffers/ 41 // These four-byte entries compactly encode how many bytes 0..255 to delete 43 // 0..64k-1 of the replacement string in remap_string. 51 // signed one-byte entries. The first is only generated by executable code. 52 // To distinguish from next-state entries, these must be contiguous and 77 // give the byte offset and length within state_table of the initial state -- 79 // truncated UTF-8 strings, may end in a different state. These allow a quick 81 // byte value and 6 for space-optimized tables subscripted by only six 82 // significant bits in UTF-8 continuation bytes. [all …]
|
| /external/cronet/stable/third_party/protobuf/src/google/protobuf/stubs/ |
| D | structurally_valid.cc | 1 // Protocol Buffers - Google's data interchange format 3 // https://developers.google.com/protocol-buffers/ 41 // These four-byte entries compactly encode how many bytes 0..255 to delete 43 // 0..64k-1 of the replacement string in remap_string. 51 // signed one-byte entries. The first is only generated by executable code. 52 // To distinguish from next-state entries, these must be contiguous and 77 // give the byte offset and length within state_table of the initial state -- 79 // truncated UTF-8 strings, may end in a different state. These allow a quick 81 // byte value and 6 for space-optimized tables subscripted by only six 82 // significant bits in UTF-8 continuation bytes. [all …]
|
| /external/cronet/tot/third_party/protobuf/src/google/protobuf/stubs/ |
| D | structurally_valid.cc | 1 // Protocol Buffers - Google's data interchange format 3 // https://developers.google.com/protocol-buffers/ 41 // These four-byte entries compactly encode how many bytes 0..255 to delete 43 // 0..64k-1 of the replacement string in remap_string. 51 // signed one-byte entries. The first is only generated by executable code. 52 // To distinguish from next-state entries, these must be contiguous and 77 // give the byte offset and length within state_table of the initial state -- 79 // truncated UTF-8 strings, may end in a different state. These allow a quick 81 // byte value and 6 for space-optimized tables subscripted by only six 82 // significant bits in UTF-8 continuation bytes. [all …]
|
| /external/coreboot/src/soc/mediatek/mt8195/ |
| D | Makefile.mk | 1 ## SPDX-License-Identifier: GPL-2.0-only 5 all-y += ../common/flash_controller.c 6 all-y += ../common/gpio.c ../common/gpio_op.c gpio.c 7 all-y += ../common/i2c.c i2c.c 8 all-$(CONFIG_SPI_FLASH) += ../common/spi.c spi.c 9 all-y += ../common/timer.c ../common/timer_prepare.c 10 all-y += ../common/uart.c 12 bootblock-y += bootblock.c 13 bootblock-y += ../common/early_init.c 14 bootblock-y += ../common/eint_event.c [all …]
|
| /external/coreboot/src/soc/amd/phoenix/psp_verstage/ |
| D | Makefile.mk | 1 # SPDX-License-Identifier: GPL-2.0-only 3 subdirs-$(CONFIG_VBOOT_STARTS_BEFORE_BOOTBLOCK) += ../../common/psp_verstage 5 verstage-generic-ccopts += -I$(src)/soc/amd/common/psp_verstage/include 6 verstage-generic-ccopts += -Isrc/vendorcode/amd/psp_verstage/phoenix/include 7 verstage-generic-ccopts += -Isrc/vendorcode/amd/psp_verstage/common/include 9 verstage-y += svc.c 10 verstage-y += chipset.c 11 verstage-y += uart.c 13 verstage-y +=$(top)/src/vendorcode/amd/psp_verstage/common/bl_uapp/bl_uapp_startup.S 14 verstage-y += $(top)/src/vendorcode/amd/psp_verstage/common/bl_uapp/bl_uapp_end.S
|
| /external/python/pycparser/utils/benchmark/ |
| D | README.rst | 10 …gcc -nostdinc -D'__attribute__(x)=' -E -Isrc/ -Ideps/hiredis -Ideps/linenoise -I$HOME/eli/pycparse… 16 … gcc -nostdinc -D'__attribute__(x)=' -E -I. -I$HOME/eli/pycparser/utils/fake_libc_include tccgen.c 18 ``sqlite-btree.c.pp`` taken from SQLite. Generated with: 22 …gcc -nostdinc -D'__attribute__(x)=' -E -I. -Isrc/ -I$HOME/eli/pycparser/utils/fake_libc_include sr…
|
| /external/coreboot/src/soc/amd/glinda/psp_verstage/ |
| D | Makefile.mk | 1 # SPDX-License-Identifier: GPL-2.0-only 5 subdirs-y += ../../common/psp_verstage 7 verstage-generic-ccopts += -I$(src)/soc/amd/glinda/psp_verstage/include 8 verstage-generic-ccopts += -I$(src)/soc/amd/common/psp_verstage/include 9 verstage-generic-ccopts += -Isrc/vendorcode/amd/psp_verstage/glinda/include 10 verstage-generic-ccopts += -Isrc/vendorcode/amd/psp_verstage/common/include 12 verstage-y += svc.c 13 verstage-y += chipset.c 14 verstage-y += uart.c 16 verstage-y +=$(top)/src/vendorcode/amd/psp_verstage/common/bl_uapp/bl_uapp_startup.S [all …]
|
| /external/flac/test/flac-to-flac-metadata-test-files/ |
| D | case04d-expect.meta | 7 bits-per-sample: 16 15 lead-in: 88200 21 ISRC: 23 pre-emphasis: false 34 ISRC: 36 pre-emphasis: false 43 number: 170 (LEAD-OUT) 50 comment[1]: REPLAYGAIN_TRACK_GAIN=-7.89 dB 52 comment[3]: REPLAYGAIN_ALBUM_GAIN=-7.89 dB
|
| D | case02a-expect.meta | 7 bits-per-sample: 16 35 lead-in: 88200 41 ISRC: 43 pre-emphasis: false 54 ISRC: 56 pre-emphasis: false 63 number: 170 (LEAD-OUT)
|
| D | case02b-expect.meta | 7 bits-per-sample: 16 36 lead-in: 88200 42 ISRC: 44 pre-emphasis: false 55 ISRC: 57 pre-emphasis: false 64 number: 170 (LEAD-OUT)
|
| D | case01b-expect.meta | 7 bits-per-sample: 16 30 lead-in: 88200 36 ISRC: 38 pre-emphasis: false 49 ISRC: 51 pre-emphasis: false 58 number: 170 (LEAD-OUT) 65 comment[1]: REPLAYGAIN_TRACK_GAIN=-7.89 dB 67 comment[3]: REPLAYGAIN_ALBUM_GAIN=-7.89 dB
|
| /external/protobuf/php/ |
| D | generate_test_protos.sh | 3 set -ex 7 if ../src/protoc --help > /dev/null; then 13 (cd .. && bazel build -c opt :protoc) 14 PROTOC=bazel-bin/protoc 17 if [[ -d tmp && -z $(find tests/proto ../$PROTOC -newer tmp) ]]; then 22 echo "Test protos are up-to-date, skipping protoc." 26 rm -rf tmp 27 mkdir -p tmp 30 find php/tests/proto -type f -name "*.proto"| xargs $PROTOC --php_out=php/tmp -Isrc -Iphp/tests 32 if [ "$1" = "--aggregate_metadata" ]; then [all …]
|
| /external/cronet/tot/third_party/protobuf/php/ |
| D | generate_test_protos.sh | 3 set -ex 7 if ../src/protoc --help > /dev/null; then 13 (cd .. && bazel build -c opt :protoc) 14 PROTOC=bazel-bin/protoc 17 if [[ -d tmp && -z $(find tests/proto ../$PROTOC -newer tmp) ]]; then 22 echo "Test protos are up-to-date, skipping protoc." 26 rm -rf tmp 27 mkdir -p tmp 30 find php/tests/proto -type f -name "*.proto"| xargs $PROTOC --php_out=php/tmp -Isrc -Iphp/tests 32 if [ "$1" = "--aggregate_metadata" ]; then [all …]
|
| /external/cronet/stable/third_party/protobuf/php/ |
| D | generate_test_protos.sh | 3 set -ex 7 if ../src/protoc --help > /dev/null; then 13 (cd .. && bazel build -c opt :protoc) 14 PROTOC=bazel-bin/protoc 17 if [[ -d tmp && -z $(find tests/proto ../$PROTOC -newer tmp) ]]; then 22 echo "Test protos are up-to-date, skipping protoc." 26 rm -rf tmp 27 mkdir -p tmp 30 find php/tests/proto -type f -name "*.proto"| xargs $PROTOC --php_out=php/tmp -Isrc -Iphp/tests 32 if [ "$1" = "--aggregate_metadata" ]; then [all …]
|