HomeSort by relevance Sort by last modified time
    Searched defs:soa (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
radeon_llvm.h 55 struct lp_build_tgsi_soa_context soa; member in struct:radeon_llvm_context
  /external/mesa3d/src/gallium/drivers/radeon/
radeon_llvm.h 55 struct lp_build_tgsi_soa_context soa; member in struct:radeon_llvm_context
  /external/smack/src/org/xbill/DNS/
Update.java 31 Record soa = Record.newRecord(zone, Type.SOA, DClass.IN); local
32 addRecord(soa, Section.QUESTION);
Cache.java 87 NegativeElement(Name name, int type, SOARecord soa, int cred,
93 if (soa != null)
94 cttl = soa.getMinimum();
377 * @param soa The SOA record to add to the negative cache entry, or null.
378 * The negative cache ttl is derived from the SOA.
382 addNegative(Name name, int type, SOARecord soa, int cred) {
384 if (soa != null)
385 ttl = soa.getTTL();
395 soa, cred
664 RRset soa = null, ns = null; local
    [all...]
ZoneTransferIn.java 110 * @param soa The starting SOA.
112 public void startIXFRDeletes(Record soa) throws ZoneTransferException;
116 * @param soa The starting SOA.
118 public void startIXFRAdds(Record soa) throws ZoneTransferException;
139 public void startIXFRDeletes(Record soa) {
141 delta.deletes.add(soa);
142 delta.start = getSOASerial(soa);
146 public void startIXFRAdds(Record soa) {
364 Record soa = new SOARecord(zname, dclass, 0, Name.root, local
379 SOARecord soa = (SOARecord) rec; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_tgsi.h 333 boolean soa; member in struct:lp_build_tgsi_context
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi.h 333 boolean soa; member in struct:lp_build_tgsi_context
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_llvm.c 679 LLVMValueRef soa[TGSI_NUM_CHANNELS]; local
693 soa[chan] = out;
696 soa[chan] = 0;
702 lp_build_transpose_aos(gallivm, soa_type, soa, aos);
704 lp_build_transpose_aos(gallivm, soa_type, soa, soa);
708 soa[i % TGSI_NUM_CHANNELS],
739 LLVMValueRef soa[4]; local
755 soa[0] = LLVMBuildLoad(builder, outputs[idx][0], ""); /*x0 x1 .. xn*/
756 soa[1] = LLVMBuildLoad(builder, outputs[idx][1], ""); /*y0 y1 .. yn*
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_llvm.c 679 LLVMValueRef soa[TGSI_NUM_CHANNELS]; local
693 soa[chan] = out;
696 soa[chan] = 0;
702 lp_build_transpose_aos(gallivm, soa_type, soa, aos);
704 lp_build_transpose_aos(gallivm, soa_type, soa, soa);
708 soa[i % TGSI_NUM_CHANNELS],
739 LLVMValueRef soa[4]; local
755 soa[0] = LLVMBuildLoad(builder, outputs[idx][0], ""); /*x0 x1 .. xn*/
756 soa[1] = LLVMBuildLoad(builder, outputs[idx][1], ""); /*y0 y1 .. yn*
    [all...]
  /art/runtime/
check_jni.cc 42 ScopedObjectAccess soa(self);
174 const ScopedObjectAccess& soa() { function in class:art::ScopedCheck
    [all...]
  /external/mdnsresponder/mDNSCore/
mDNS.c 7115 const rdataSOA *const soa = (const rdataSOA *)m->rec.r.resrec.rdata->u.data; local
    [all...]
mDNSEmbeddedAPI.h 853 rdataSOA soa; \/\/ This is large; not included in the normal RDataBody definition member in union:__anon24480
    [all...]

Completed in 803 milliseconds