HomeSort by relevance Sort by last modified time
    Searched defs:in (Results 1376 - 1400 of 2135) sorted by null

<<51525354555657585960>>

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/
vp9_idct_intrin_sse2.c 5 * that can be found in the LICENSE file in the root of the source
7 * in the file PATENTS. All contributing project authors may
8 * be found in the AUTHORS file in the root of the source tree.
178 static void idct4_sse2(__m128i *in) {
186 transpose_4x4(in);
188 u[0] = _mm_unpacklo_epi16(in[0], in[1]);
189 u[1] = _mm_unpackhi_epi16(in[0], in[1])
265 __m128i in[2]; local
862 __m128i in[8]; local
1335 __m128i in[16], l[16], r[16], *curr1; local
1400 in[0] = _mm_add_epi16(stp2_0, stp1_15); local
2388 __m128i in[16], l[16]; local
2574 in[0] = _mm_add_epi16(stp2_0, stp1_15); local
3340 __m128i in[32], col[32]; local
3435 in[0] = _mm_add_epi16(stp1_0, stp1_31); local
3626 __m128i in[32], col[128], zero_idx[16]; local
3804 in[0] = _mm_add_epi16(stp1_0, stp1_31); local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/
vp9_dct_sse2.c 5 * that can be found in the LICENSE file in the root of the source
7 * in the file PATENTS. All contributing project authors may
8 * be found in the AUTHORS file in the root of the source tree.
52 // through iF (in raster order), intermediate variables are a0, b0, c0
53 // through f, and correspond to the in-place computations mapped to input
59 // In the comments, pN means cos(N pi /64) and mN is -cos(N pi /64),
124 // can never be equal to one. To increment in the non-zero case, we
209 // rounding steps in a row
381 __m128i in[4]; local
1157 __m128i in[8]; local
1268 const int16_t *in = input; local
    [all...]
  /external/chromium_org/third_party/libxml/src/
runtest.c 99 const char *in; /* glob to path for input files */ member in struct:testDesc
117 size_t gl_offs; /* Slots to reserve in 'gl_pathv'. */
320 /* calculate the error position in terms of the current position */
882 * The default behaviour is to NOT resolve the entities, in that case
883 * the ENTITY_REF nodes are built in the structure (and the parameter
1085 * Everything is available on the context, so this is useless in our case.
1213 * @start: the first char in the string
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
tclsqlite.c 4 ** The author disclaims copyright to this source code. In place of
19 ** -DSQLITE_TCLMD5 When used in conjuction with -DTCLSH=1, add
24 ** -DSQLITE_TEST When used in conjuction with -DTCLSH=1, add
96 SqlPreparedStmt *pNext; /* Next in linked list */
99 int nSql; /* chars in zSql[] */
132 SqlPreparedStmt *stmtLast; /* Last statement in the list */
134 int nStmt; /* Number of statements in stmtList */
150 ** Compute a string length that is limited to what can be stored in
381 ** Look at the script prefix in pCmd. We will be executing this script
395 ** characters appear in pCmd, we will report the string as unsafe
1966 FILE *in; \/* The input file *\/ local
3099 unsigned char in[64]; member in struct:MD5Context
3383 FILE *in; local
    [all...]
  /external/compiler-rt/lib/msan/tests/
msan_test.cc 266 // malloc() in the following test may be optimized to produce a compile-time
327 // We poison two bytes in the midle of a 4-byte word to make the test
3044 struct in_addr in[2]; local
    [all...]
  /external/f2fs-tools/include/
f2fs_fs.h 36 * bswap_16 - reverse bytes in a uint16_t value.
50 * bswap_32 - reverse bytes in a uint32_t value.
68 * bswap_64 - reverse bytes in a uint64_t value.
204 /* these are defined in kernel */
319 __le32 log_sectorsize; /* log2 sector size in bytes */
321 __le32 log_blocksize; /* log2 block size in bytes */
362 __le64 valid_block_count; /* # of valid blocks in main area */
365 __le32 free_segment_count; /* # of free segments in main area */
398 __le16 blk_addr; /* block index in current CP */
399 __le16 blk_count; /* Number of orphan inode blocks in CP *
502 struct indirect_node in; member in union:f2fs_node::__anon5084
    [all...]
  /external/icu/icu4c/source/i18n/
vtzone.cpp 374 * dow day of week in BYDAY, or 0 when not found
375 * wim day of week ordinal number in BYDAY, or 0 when not found
377 * domCount number of availble days in dom (domCount is specifying the size of dom on input)
483 // the last day in a month
558 int32_t firstDay = 31; // max possible number of dates in a month
561 // not be used in February, but if we see such case, we use 28
704 // Day in month rule, for example, 15th day in the month
711 // first Sunday after 15th day in the month
878 * on the ICU I/O stream in this module. But we want to keep the cod
931 const UnicodeString* in; member in class:VTZReader
    [all...]
  /external/icu/icu4c/source/test/cintltst/
ccapitst.c 72 void TestDefaultConverterError(void); /* defined in cctest.c */
73 void TestDefaultConverterSet(void); /* defined in cctest.c */
561 log_err("Error in getName\n");
660 log_err("uncv_setSubstChars() with err != U_ZERO_ERROR shouldn't fill the SubstChars in the buffer, it just returns\n");
671 const uint8_t in[]={ 0x1b, 0x25, 0x42, 0x31, 0x32, 0x61, 0xc0, 0x80, 0xe0, 0x80, 0x80, 0xf0, 0x80, 0x80, 0x80}; local
672 const char *source=(const char *)in, *limit=(const char *)in+sizeof(in);
    [all...]
nccbtst.c 1493 static const UChar in[]={ 0x0041, 0xfeff }; local
1520 static const UChar in[]={ 0x0041, 0xfeff }; local
    [all...]
  /external/icu/icu4c/source/test/intltest/
transtst.cpp 60 3. The tests in this file exactly match those in a sister file on the
68 When you add a test in this file, add it in TransliteratorTest.java
69 too. Give it the same name and put it in the same relative place.
73 4. If you MUST enter a test that is NOT paralleled in the sister file,
74 then add it in the special non-mirrored section. These are
255 // here by looking for a change in countAvailableIDs.
697 // ICU4C ONLY. Do not find Transliterator.orphanFilter() in ICU4J.
763 * Regression test for bugs found in Greek transliteration
1468 UnicodeString in = CharsToUnicodeString(CANON[i]); local
1486 UnicodeString in = CharsToUnicodeString(COMPAT[i]); local
    [all...]
usettest.cpp 30 dataerrln("fail in file \"%s\", line %d: \"%s\"", __FILE__, __LINE__, \
34 dataerrln("fail in file \"%s\", line %d", __FILE__, __LINE__); }}
211 // TODO do these in hex
235 //if (!checkPat(source + " (in code)", testSet, pat1)) return false;
242 // if (!checkPat(source + " (in code)", testSet, pat3)) return false;
271 // Throw in a test of complement
349 errln("FAIL : Error in copy construction");
358 errln("FAIL: Error in =operator");
367 errln("FAIL: Error in clone");
376 errln("FAIL: Error in hashCode()")
2094 UBool in = TRUE; local
    [all...]
  /external/kernel-headers/original/uapi/linux/
coda.h 16 shown in the file LICENSE, or under the license shown below. The
17 technical and financial contributors to Coda are listed in the file
33 notice and this permission notice appear in all copies of the
35 thereof, and that both notices appear in supporting documentation, and
36 that credit is given to Carnegie Mellon University in all documents
42 FREE USE OF THIS SOFTWARE IN ITS "AS IS" CONDITION. CARNEGIE MELLON
147 /* these are to find mode bits in Venus */
166 u_int8_t d_namlen; /* length of string in d_name */
221 u_quad_t va_size; /* file size in bytes */
317 struct coda_in_hdr in; member in struct:coda_root_in
637 struct coda_in_hdr in; member in struct:coda_statfs_in
716 void __user *in; \/* Data to be transferred in *\/ member in struct:ViceIoctl
    [all...]
  /external/libpng/contrib/libtests/
pngstest.c 6 * Last changed in libpng 1.6.8 [December 19, 2013]
10 * and license in png.h
74 * "Algorithms") but it comes from the 'feedback taps' table in Horowitz and
83 /* There are thirty three bits, the next bit in the sequence is bit-33 XOR
84 * bit-20. The top 1 bit is in u1, the bottom 32 are in u0.
89 /* First generate 8 new bits then shift them in at the end. */
134 * fesetround() call in main(). sRGB_to_d optimizes the 8 to 16-bit conversion.
218 /* The error that results from using a 2.2 power law in place of the correct
291 /* "multiple_algorithms" in this case means that a color-map has bee
3677 unsigned int in; local
    [all...]
  /external/libvpx/libvpx/vp9/common/x86/
vp9_idct_intrin_sse2.c 5 * that can be found in the LICENSE file in the root of the source
7 * in the file PATENTS. All contributing project authors may
8 * be found in the AUTHORS file in the root of the source tree.
183 static void idct4_sse2(__m128i *in) {
191 transpose_4x4(in);
193 u[0] = _mm_unpacklo_epi16(in[0], in[1]);
194 u[1] = _mm_unpackhi_epi16(in[0], in[1])
270 __m128i in[2]; local
933 __m128i in[8]; local
1406 __m128i in[16], l[16], r[16], *curr1; local
1471 in[0] = _mm_add_epi16(stp2_0, stp1_15); local
2552 __m128i in[16], l[16]; local
2738 in[0] = _mm_add_epi16(stp2_0, stp1_15); local
3504 __m128i in[32], col[32]; local
3599 in[0] = _mm_add_epi16(stp1_0, stp1_31); local
3789 __m128i in[32], col[128], zero_idx[16]; local
3975 in[0] = _mm_add_epi16(stp1_0, stp1_31); local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_dct_avx2.c 5 * that can be found in the LICENSE file in the root of the source
7 * in the file PATENTS. All contributing project authors may
8 * be found in the AUTHORS file in the root of the source tree.
17 // similar. In the first one, we transform the columns and transpose
18 // the results. In the second one, we transform the rows. To achieve that,
21 // in normal/row positions).
24 // When we use them, in one case, they are all the same. In all other
249 __m128i in[4]; local
1037 __m128i in[8]; local
1080 const int16_t *in = input; local
    [all...]
vp9_dct_sse2.c 5 * that can be found in the LICENSE file in the root of the source
7 * in the file PATENTS. All contributing project authors may
8 * be found in the AUTHORS file in the root of the source tree.
21 // through iF (in raster order), intermediate variables are a0, b0, c0
22 // through f, and correspond to the in-place computations mapped to input
28 // In the comments, pN means cos(N pi /64) and mN is -cos(N pi /64),
93 // can never be equal to one. To increment in the non-zero case, we
178 // rounding steps in a row
350 __m128i in[4]; local
1138 __m128i in[8]; local
1181 const int16_t *in = input; local
    [all...]
  /external/pcre/dist/
pcregrep.c 7 recurse into directories, and in z/OS it can handle PDS files.
9 Note that for native z/OS, in addition to defining the NATIVE_ZOS macro, an
10 additional header is required. That header is not included in the main PCRE
12 The header can be found in the special z/OS distribution, which is available
18 Redistribution and use in source and binary forms, with or without
24 * Redistributions in binary form must reproduce the above copyright
25 notice, this list of conditions and the following disclaimer in the
35 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
39 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
41 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF TH
1517 FILE *in = NULL; \/* Ensure initialized *\/ local
2099 FILE *in = NULL; \/* Ensure initialized *\/ local
    [all...]
  /external/pixman/pixman/
pixman-mmx.c 8 * the above copyright notice appear in all copies and that both that
9 * copyright notice and this permission notice appear in supporting
10 * documentation, and that the name of Red Hat not be used in advertising or
18 * FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY
20 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
22 * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
358 in (__m64 src, __m64 mask) function
367 return over (in (src, mask), pix_multiply (srca, mask), dest);
373 over (in (src, mask), pix_multiply (srca, mask), dest)
501 * --- Expanding 565 in the low word --
    [all...]
  /external/sqlite/dist/orig/
shell.c 4 ** The author disclaims copyright to this source code. In place of
138 /* Return the difference of two time_structs in seconds */
183 /* GetProcessTimes() isn't supported in WIN95 and some other Windows versions.
213 /* Return the difference of two FILETIME structs in seconds */
275 ** This is the name of our program. It is set in main(), used
276 ** in a number of other places, mostly for error messages.
281 ** Prompt strings. Initialized in main. Settable with
295 ** This routine works like printf in that its first argument is a
297 ** in place of % fields. The result of formatting this string
364 ** This routine reads a line of text from FILE in, store
1664 FILE *in; local
1917 FILE *in; \/* Read the CSV text from this input stream *\/ member in struct:CSVReader
3728 FILE *in = NULL; local
    [all...]
  /external/sqlite/dist/
shell.c 4 ** The author disclaims copyright to this source code. In place of
143 /* Return the difference of two time_structs in seconds */
188 /* GetProcessTimes() isn't supported in WIN95 and some other Windows versions.
218 /* Return the difference of two FILETIME structs in seconds */
280 ** This is the name of our program. It is set in main(), used
281 ** in a number of other places, mostly for error messages.
286 ** Prompt strings. Initialized in main. Settable with
300 ** This routine works like printf in that its first argument is a
302 ** in place of % fields. The result of formatting this string
369 ** This routine reads a line of text from FILE in, store
1669 FILE *in; local
1937 FILE *in; \/* Read the CSV text from this input stream *\/ member in struct:CSVReader
3748 FILE *in = NULL; local
    [all...]
  /external/yaffs2/yaffs2/
yaffs_guts.c 65 static int yaffs_PutChunkIntoFile(yaffs_Object * in, int chunkInInode,
72 static int yaffs_UpdateObjectHeader(yaffs_Object * in, const YCHAR * name,
76 static int yaffs_DeleteWorker(yaffs_Object * in, yaffs_Tnode * tn, __u32 level,
78 static int yaffs_DoGenericObjectDeletion(yaffs_Object * in);
102 static int yaffs_CheckFileSanity(yaffs_Object * in);
104 #define yaffs_CheckFileSanity(in)
107 static void yaffs_InvalidateWholeChunkCache(yaffs_Object * in);
160 /* Function to return the number of shifts to get a 1 in bit 0
234 (TSTR("Releasing unmanaged temp buffer in line %d" TENDSTR),
410 * Check the first page we try to write in a block
1568 yaffs_Object *in; local
1695 yaffs_Object *in; local
4602 yaffs_Object *in; local
4664 yaffs_Object *in; local
5196 yaffs_Object *in; local
    [all...]
  /frameworks/av/services/audioflinger/
AudioFlinger.cpp 6 ** you may not use this file except in compliance with the License.
11 ** Unless required by applicable law or agreed to in writing, software
68 // Note: the following macro is used for extremely verbose logging message. In
102 // In order to avoid invalidating offloaded tracks each time a Visualizer is turned on and off
150 ALOGE_IF(rc, "%s couldn't open audio hw device in %s.%s (%s)", __func__,
462 // If pid is already in the mClients wp<> map, then use that entry
738 // Set master volume in the HALs which support it.
750 // Now set the master volume in each playback thread. Playback threads
850 // Set master mute in the HALs which support it.
862 // Now set the master mute in each playback thread. Playback thread
2160 AudioStreamIn *in = thread->clearInput(); local
    [all...]
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
PrintSpoolerService.java 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
359 // We have a print job that was queued or started or blocked in
360 // the past but the device battery died or a crash occurred. In
400 FileInputStream in = null; local
405 in = new FileInputStream(file);
410 final int readByteCount = in.read(buffer);
421 IoUtils.closeQuietly(in);
649 // since this call may result in the system unbinding from the spooler
941 FileInputStream in = null; local
    [all...]
  /frameworks/base/services/backup/java/com/android/server/backup/
BackupManagerService.java 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
192 static final boolean COMPRESS_FULL_BACKUPS = true; // should be true in production
202 // Random variation in backup scheduling time to avoid server load spikes
244 // User confirmation timeout for a full backup/restore operation. It's this long in
294 // in succession. Bind notifications are asynchronously delivered through the
329 // cached elsewhere in the system.
410 public int pmToken; // in post-install restore, the PM's token for this transaction
480 public String curPassword; // filled in by the confirmation step
519 // Bookkeeping of in-flight operations for timeout etc. purposes. The operatio
991 DataInputStream in = null; local
1011 DataInputStream in = null; local
1208 RandomAccessFile in = null; local
1265 DataInputStream in = null; local
1362 RandomAccessFile in = null; local
2791 BackupDataInput in = new BackupDataInput(readFd.getFileDescriptor()); local
3083 DataInputStream in = new DataInputStream(raw); local
3911 FileInputStream in = new FileInputStream( local
4977 DataInputStream in = new DataInputStream(bin); local
5609 final InputStream in; local
6318 DataInputStream in = new DataInputStream(bin); local
7455 BackupDataInput in = new BackupDataInput(stage.getFileDescriptor()); local
    [all...]
  /frameworks/base/services/core/java/com/android/server/
NetworkManagementService.java 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
124 /* Keep in sync with system/netd/server/ResponseCode.h */
326 * (typically, an Ethernet cable has been plugged-in or unplugged).
403 * Notify our observers of a change in the data activity state of the interface
432 // Report the change in data activity. We don't do this if this is a change
434 // have previously seen change reports from the radio. In that case only
470 * existing in-memory rules.
999 DataInputStream in = new DataInputStream(fstream); local
    [all...]

Completed in 837 milliseconds

<<51525354555657585960>>