Home
last modified time | relevance | path

Searched defs:offset2 (Results 1 – 25 of 62) sorted by relevance

123

/external/dtc/tests/
Ddtbs_equal_unordered.c92 const void *fdt2, int offset2) in compare_properties()
141 const void *fdt2, int offset2, in compare_subnodes()
166 const void *fdt2, int offset2) in compare_node()
Ddtbs_equal_ordered.c68 int offset1, offset2; in compare_structure() local
/external/mesa3d/src/egl/wayland/wayland-drm/
Dwayland-drm.c62 int32_t offset1, int32_t stride1, int32_t offset2, in create_buffer()
134 int32_t offset2, int32_t stride2) in drm_create_planar_buffer()
159 int32_t offset1, int32_t stride1, int32_t offset2, in drm_create_prime_buffer()
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/sym/
DByteQuadsCanonicalizer.java484 int offset2 = _secondaryStart + ((offset >> 3) << 2); in findName() local
516 int offset2 = _secondaryStart + ((offset >> 3) << 2); in findName() local
544 int offset2 = _secondaryStart + ((offset >> 3) << 2); in findName() local
593 int offset2 = _secondaryStart + ((offset >> 3) << 2); in findName() local
887 int offset2 = _secondaryStart + ((offset >> 3) << 2); in _findOffsetForAdd() local
937 int offset2 = _secondaryStart + ((offset >> 3) << 2); in _resizeAndFindOffsetForAdd() local
/external/angle/src/libANGLE/
Dcl_utils.h43 inline bool OverlapRegions(size_t offset1, size_t offset2, size_t size) in OverlapRegions()
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/utils/
DArchiveUtils.java157 final byte[] buffer2, final int offset2, final int length2, in isEqual()
/external/libese/ready_se/google/keymint/KM300/Applet/src/com/android/javacard/keymaster/
DKMCosePairTagType.java131 byte[] key1, short offset1, short length1, byte[] key2, short offset2, short length2) { in isEqual()
DKMInteger.java130 byte[] a1, short offset1, byte[] a2, short offset2, short length) { in unsignedByteArrayCompare()
/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/
DArrayUtils.java8285 public static void swap(final boolean[] array, final int offset1, final int offset2) { in swap()
8314 public static void swap(final boolean[] array, int offset1, int offset2, int len) { in swap()
8353 public static void swap(final byte[] array, final int offset1, final int offset2) { in swap()
8381 public static void swap(final byte[] array, int offset1, int offset2, int len) { in swap()
8420 public static void swap(final char[] array, final int offset1, final int offset2) { in swap()
8448 public static void swap(final char[] array, int offset1, int offset2, int len) { in swap()
8487 public static void swap(final double[] array, final int offset1, final int offset2) { in swap()
8515 public static void swap(final double[] array, int offset1, int offset2, int len) { in swap()
8554 public static void swap(final float[] array, final int offset1, final int offset2) { in swap()
8582 public static void swap(final float[] array, int offset1, int offset2, int len) { in swap()
[all …]
/external/freetype/src/sfnt/
Dsfwoff.c79 FT_ULong offset2 = table2->Offset; in compare_offsets() local
/external/libese/ready_se/google/keymint/KM200/Applet/src/com/android/javacard/keymaster/
DKMCosePairTagType.java131 byte[] key1, short offset1, short length1, byte[] key2, short offset2, short length2) { in isEqual()
DKMInteger.java130 byte[] a1, short offset1, byte[] a2, short offset2, short length) { in unsignedByteArrayCompare()
/external/skia/tests/
DSkJpegXmpTest.cpp142 const uint32_t offset2 = extendedXmpData1.size(); local
/external/libxaac/encoder/
Dixheaace_resampler.c217 WORD32 p = 0, idx = 0, offset1 = 0, offset2 = 0; in ia_enhaacplus_enc_iir_sos_downsampler() local
359 WORD32 p = 0, idx = 0, offset1 = 0, offset2 = 0; in ia_enhaacplus_enc_iir_sos_upsampler() local
/external/flac/src/flac/
Dforeign_metadata.c704 …oreign_metadata_t *fm, FILE *fin, FILE *fout, FLAC__off_t offset1, FLAC__off_t offset2, FLAC__off_… in write_to_iff_()
916 …st char *infilename, const char *outfilename, FLAC__off_t offset1, FLAC__off_t offset2, FLAC__off_… in flac__foreign_metadata_write_to_iff()
/external/skia/bench/
DImageFilterDAGBench.cpp166 auto offset2 = SkImageFilters::Offset(-100.0f, -100.0f, blur); in onDraw() local
/external/libaom/examples/
Dencoder_util.c59 const int offset2 = row * p2_stride + col; in find_mismatch_plane() local
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_bld_depth.c557 LLVMValueRef offset2 = LLVMBuildMul(builder, loopmsb, in lp_build_depth_stencil_load_swizzled() local
710 LLVMValueRef offset2 = LLVMBuildMul(builder, loopmsb, in lp_build_depth_stencil_write_swizzled() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
DTimeZoneRegressionTest.java116 long offset2 = tz.getOffset(1, in Test4084933() local
1194 …int offset2 = johannesburg.getOffset(GregorianCalendar.AD,2007,Calendar.DECEMBER,12,Calendar.WEDNE… in TestJohannesburg() local
/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/timezone/
DTimeZoneRegressionTest.java113 long offset2 = tz.getOffset(1, in Test4084933() local
1191 …int offset2 = johannesburg.getOffset(GregorianCalendar.AD,2007,Calendar.DECEMBER,12,Calendar.WEDNE… in TestJohannesburg() local
/external/threetenbp/src/main/java/org/threeten/bp/format/
DDateTimeParseContext.java210 …boolean subSequenceEquals(CharSequence cs1, int offset1, CharSequence cs2, int offset2, int length… in subSequenceEquals()
/external/icu/icu4c/source/test/intltest/
Dtzregts.cpp221 int32_t offset2 = tz->getOffset(1, in Test4084933() local
1135 int32_t offset2 = cst->getOffset(1, in TestJDK12API() local
/external/cronet/third_party/icu/source/test/intltest/
Dtzregts.cpp221 int32_t offset2 = tz->getOffset(1, in Test4084933() local
1136 int32_t offset2 = cst->getOffset(1, in TestJDK12API() local
/external/apache-commons-math/src/main/java/org/apache/commons/math3/analysis/differentiation/
DDSCompiler.java665 final double a2, final double[] c2, final int offset2, in linearCombination()
689 final double a2, final double[] c2, final int offset2, in linearCombination()
719 final double a2, final double[] c2, final int offset2, in linearCombination()
/external/tpm2-tss/test/unit/
DTPM2B-marshal.c162 size_t offset2 = 0; in tpm2b_marshal_buffer_null_with_offset() local

123