HomeSort by relevance Sort by last modified time
    Searched refs:where (Results 176 - 200 of 2398) sorted by null

1 2 3 4 5 6 78 91011>>

  /toolchain/binutils/binutils-2.27/bfd/
elf32-d10v.c 324 bfd_byte *where,
332 insn = bfd_get_8 (abfd, where);
335 insn = bfd_get_16 (abfd, where);
338 insn = bfd_get_32 (abfd, where);
359 bfd_byte *where,
370 insn &= bfd_get_8 (abfd, where);
372 bfd_put_8 (abfd, insn, where);
375 insn &= bfd_get_16 (abfd, where);
377 bfd_put_16 (abfd, insn, where);
380 insn &= bfd_get_32 (abfd, where);
446 bfd_byte *where = contents + rel->r_offset; local
    [all...]
verilog.c 79 bfd_vma where; member in struct:verilog_data_list_struct
132 entry->where = section->lma + offset;
138 && entry->where >= tdata->tail->where)
149 *look != NULL && (*look)->where < entry->where;
221 verilog_write_address (abfd, list->where);
ihex.c 146 bfd_vma where; member in struct:ihex_data_list
681 n->where = section->lma + offset;
688 && n->where >= tdata->tail->where)
699 *pp != NULL && (*pp)->where < n->where;
768 bfd_vma where; local
772 where = l->where;
785 if (where > segbase + extbase + 0xffff
    [all...]
  /external/icu/icu4c/source/common/unicode/
brkiter.h 61 * text returning the index of characters where boundaries occur.
63 * Line boundary analysis determines where a text string can be broken
350 * @param where the locale.
366 createWordInstance(const Locale& where, UErrorCode& status);
374 * @param where the locale.
390 createLineInstance(const Locale& where, UErrorCode& status);
396 * @param where the locale.
412 createCharacterInstance(const Locale& where, UErrorCode& status);
417 * @param where the locale.
433 createSentenceInstance(const Locale& where, UErrorCode& status)
    [all...]
filteredbrk.h 51 * @param where the locale.
56 static FilteredBreakIteratorBuilder *createInstance(const Locale& where, UErrorCode& status);
  /packages/apps/Dialer/java/com/android/dialer/app/calllog/
CallLogAsyncTaskUtil.java 126 StringBuilder where = new StringBuilder();
127 where.append(CallLog.Calls.TYPE).append(" = ").append(CallLog.Calls.MISSED_TYPE);
128 where.append(" AND ");
134 where
142 .update(CallLog.Calls.CONTENT_URI, values, where.toString(), null);
  /frameworks/base/core/java/android/database/sqlite/
SQLiteQueryBuilder.java 86 * Append a chunk to the WHERE clause of the query. All chunks appended are surrounded
88 * WHERE clause looks like:
90 * WHERE (&lt;append chunk 1>&lt;append chunk2>) AND (&lt;query() selection parameter>)
92 * @param inWhere the chunk of text to append to the WHERE clause.
105 * Append a chunk to the WHERE clause of the query. All chunks appended are surrounded
107 * WHERE clause looks like:
109 * WHERE (&lt;append chunk 1>&lt;append chunk2>) AND (&lt;query() selection parameter>)
111 * @param inWhere the chunk of text to append to the WHERE clause. it will be escaped
183 * @param where A filter declaring which rows to return, formatted as an SQL
184 * WHERE clause (excluding the WHERE itself). Passing null wil
438 StringBuilder where = new StringBuilder(); local
    [all...]
  /external/tensorflow/tensorflow/contrib/distributions/python/ops/
quantized_distribution.py 286 result_so_far = array_ops.where(result_so_far < low,
290 result_so_far = array_ops.where(result_so_far > high,
323 # prevents the troublesome case where the output of select can be finite,
329 big = array_ops.where(logsf_y < logcdf_y, logsf_y_minus_1, logcdf_y)
330 small = array_ops.where(logsf_y < logcdf_y, logsf_y, logcdf_y_minus_1)
359 return array_ops.where(
388 result_so_far = array_ops.where(j < low, neg_inf, result_so_far)
390 result_so_far = array_ops.where(j >= high,
420 result_so_far = array_ops.where(j < low,
424 result_so_far = array_ops.where(j >= high
    [all...]
  /external/javassist/src/main/javassist/bytecode/
StackMapTable.java 788 void shiftPc(int where, int gapSize, boolean exclusive)
791 new Shifter(this, where, gapSize, exclusive).doit();
796 private int where, gap; field in class:StackMapTable.Shifter
801 public Shifter(StackMapTable smt, int where, int gap, boolean exclusive) {
804 this.where = where;
830 match = oldPos < where && where <= position;
832 match = oldPos <= where && where < position
    [all...]
ExceptionTable.java 251 void shiftPc(int where, int gapLength, boolean exclusive) {
255 e.startPc = shiftPc(e.startPc, where, gapLength, exclusive);
256 e.endPc = shiftPc(e.endPc, where, gapLength, exclusive);
257 e.handlerPc = shiftPc(e.handlerPc, where, gapLength, exclusive);
261 private static int shiftPc(int pc, int where, int gapLength,
263 if (pc > where || (exclusive && pc == where))
LineNumberAttribute.java 172 void shiftPc(int where, int gapLength, boolean exclusive) {
177 if (pc > where || (exclusive && pc == where))
  /toolchain/binutils/binutils-2.27/binutils/
srconv.c 548 rl.secn = ref->where->section->number;
551 rl.addend = ref->where->offset - ref->where->section->address;
558 rl.secn = ref->where->section->number;
561 rl.addend = -ref->where->section->address;
930 symbol->where->section,
933 wr_dps_start (sfile, symbol->where->section,
936 walk_tree_scope (symbol->where->section,
941 wr_dps_end (symbol->where->section,
944 wr_dps_end (symbol->where->section
    [all...]
  /frameworks/base/core/java/android/text/
DynamicLayout.java 182 * like Burmese or Tibetan where text is typically much taller or deeper than Latin text.
498 public void reflow(CharSequence s, int where, int before, int after) {
507 int find = TextUtils.lastIndexOf(text, '\n', where - 1);
514 int diff = where - find;
517 where -= diff;
522 int look = TextUtils.indexOf(text, '\n', where + after);
528 int change = look - (where + after);
541 Object[] force = sp.getSpans(where, where + after,
548 if (st < where) {
    [all...]
  /external/compiler-rt/lib/BlocksRuntime/
runtime.c 103 static unsigned long int latching_incr_long(unsigned long int *where) {
105 unsigned long int old_value = *(volatile unsigned long int *)where;
109 if (OSAtomicCompareAndSwapLong(old_value, old_value+1, (volatile long int *)where)) {
116 static int latching_incr_int(int *where) {
118 int old_value = *(volatile int *)where;
122 if (OSAtomicCompareAndSwapInt(old_value, old_value+1, (volatile int *)where)) {
129 static int latching_decr_long(unsigned long int *where) {
131 unsigned long int old_value = *(volatile int *)where;
138 if (OSAtomicCompareAndSwapLong(old_value, old_value-1, (volatile long int *)where)) {
145 static int latching_decr_int(int *where) {
    [all...]
  /external/honggfuzz/third_party/android/libBlocksRuntime/
runtime.c 103 static unsigned long int latching_incr_long(unsigned long int *where) {
105 unsigned long int old_value = *(volatile unsigned long int *)where;
109 if (OSAtomicCompareAndSwapLong(old_value, old_value+1, (volatile long int *)where)) {
116 static int latching_incr_int(int *where) {
118 int old_value = *(volatile int *)where;
122 if (OSAtomicCompareAndSwapInt(old_value, old_value+1, (volatile int *)where)) {
129 static int latching_decr_long(unsigned long int *where) {
131 unsigned long int old_value = *(volatile int *)where;
138 if (OSAtomicCompareAndSwapLong(old_value, old_value-1, (volatile long int *)where)) {
145 static int latching_decr_int(int *where) {
    [all...]
  /external/libavc/common/arm/
ih264_ihadamard_scaling_a9.s 141 vmul.s32 q0, q0, q9 @ Q0 = p[i] = (x[i] * trns_coeff[i]) where i = 0..3
142 vmul.s32 q1, q1, q9 @ Q1 = p[i] = (x[i] * trns_coeff[i]) where i = 4..7
143 vmul.s32 q2, q2, q9 @ Q2 = p[i] = (x[i] * trns_coeff[i]) where i = 8..11
144 vmul.s32 q3, q3, q9 @ Q3 = p[i] = (x[i] * trns_coeff[i]) where i = 12..15
146 vshl.s32 q0, q0, q10 @ Q0 = q[i] = (p[i] << (qP/6)) where i = 0..3
147 vshl.s32 q1, q1, q10 @ Q1 = q[i] = (p[i] << (qP/6)) where i = 4..7
148 vshl.s32 q2, q2, q10 @ Q2 = q[i] = (p[i] << (qP/6)) where i = 8..11
149 vshl.s32 q3, q3, q10 @ Q3 = q[i] = (p[i] << (qP/6)) where i = 12..15
151 vqrshrn.s32 d0, q0, #0x6 @ D0 = c[i] = ((q[i] + 32) >> 4) where i = 0..3
152 vqrshrn.s32 d1, q1, #0x6 @ D1 = c[i] = ((q[i] + 32) >> 4) where i = 4..
    [all...]
  /external/llvm/test/MC/Mips/
higher-highest-addressing.s 32 # Check the case where relocations are not modified by adding +1. The constant
43 # Check the case where %higher is modified by adding +1.
50 # Check the case where both %higher and %highest are modified by adding +1.
  /toolchain/binutils/binutils-2.27/gas/config/
tc-moxie.c 241 char *where; local
259 where = frag_more (4);
261 (where - frag_now->fr_literal),
275 char *where; local
278 where = frag_more (4);
280 (where - frag_now->fr_literal),
378 char *where; local
382 where = frag_more (4);
384 (where - frag_now->fr_literal),
733 unsigned char * where = (unsigned char *) buf
732 unsigned char * where = (unsigned char *) buf; local
    [all...]
  /external/libunwind/src/ia64/
Gparser.c 155 set_reg (struct ia64_reg_info *reg, enum ia64_where where, int when,
159 reg->where = where;
172 if (reg->where == IA64_WHERE_SPILL_HOME)
174 reg->where = IA64_WHERE_PSPREL;
189 if (reg->where == IA64_WHERE_SPILL_HOME)
211 if (reg->where == IA64_WHERE_GR_SAVE)
213 reg->where = IA64_WHERE_GR;
478 if (reg->where == IA64_WHERE_NONE)
479 reg->where = IA64_WHERE_GR_SAVE
579 enum ia64_where where = IA64_WHERE_GR; local
794 enum ia64_where where; local
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
TokenConstants.cs 80 where T : IToken, new()
  /external/boringssl/src/ssl/test/runner/curve25519/
doc.go 12 // ScalarMult sets dst to the product in*base where dst and base are the x
18 // ScalarBaseMult sets dst to the product in*base where dst and base are the x
  /external/icu/icu4c/source/tools/toolutil/
udbgutil.cpp 628 void add(const char *ticket, const char *where, const UChar *msg, UBool *firstForTicket, UBool *firstForWhere);
629 void add(const char *ticket, const char *where, const char *msg, UBool *firstForTicket, UBool *firstForWhere);
645 void KnownIssues::add(const char *ticket, const char *where, const UChar *msg, UBool *firstForTicket, UBool *firstForWhere)
653 if(where==NULL) return;
655 if(fTable[ticket].find(where) == fTable[ticket].end()) {
657 fTable[ticket][where] = std::set < std::string >();
665 fTable[ticket][where].insert(std::string(icu::CStr(ustr)()));
668 void KnownIssues::add(const char *ticket, const char *where, const char *msg, UBool *firstForTicket, UBool *firstForWhere)
676 if(where==NULL) return;
678 if(fTable[ticket].find(where) == fTable[ticket].end())
    [all...]
  /external/llvm/bindings/ocaml/bitreader/
llvm_bitreader.mli 19 raises [Error msg] otherwise, where [msg] is a description of the error
25 raises [Error msg] otherwise, where [msg] is a description of the error
  /external/ltp/testcases/kernel/fs/scsi/ltpscsi/
ltpfsscsi.sh 31 - These operations are destructive so do NOT point the tests to partitions where the data shouldn't be overwritten.
  /external/python/cpython3/Mac/BuildScript/resources/
install_certificates.command 34 relpath_to_certifi_cafile = os.path.relpath(certifi.where())

Completed in 933 milliseconds

1 2 3 4 5 6 78 91011>>