HomeSort by relevance Sort by last modified time
    Searched refs:new_p (Results 1 - 17 of 17) sorted by null

  /external/valgrind/memcheck/tests/
undef_malloc_args.c 8 char *new_p; local
19 new_p = realloc(p, def_size);
21 (void) VALGRIND_MAKE_MEM_UNDEFINED(&new_p, 1);
22 new_p = realloc(new_p, def_size);
24 (void) VALGRIND_MAKE_MEM_UNDEFINED(&new_p, 1);
25 free (new_p);
30 new_p = calloc(nmemb, def_size);
31 free (new_p);
37 new_p = memalign(alignment, def_size)
    [all...]
  /external/compiler-rt/test/tsan/
ignored-interceptors-mmap.cc 27 void *new_p = mmap(p, kSize, PROT_READ|PROT_WRITE, local
29 if (p == MAP_FAILED || p != new_p)
  /external/libvpx/libvpx/vp8/encoder/
encodemv.c 173 vp8_prob *const cur_p, const vp8_prob new_p,
176 const int new_b = vp8_cost_branch(ct, new_p);
182 *cur_p = new_p;
184 vp8_write_literal(w, new_p >> 1, 7);
284 const vp8_prob *const new_p = Pnew + MVPshort; local
290 update(w, short_bct[j], cur_p + j, new_p[j], *Pupdate++, updated);
296 const vp8_prob *const new_p = Pnew + MVPbits; local
302 update(w, bit_ct[j], cur_p + j, new_p[j], *Pupdate++, updated);
  /external/tensorflow/tensorflow/python/keras/_impl/keras/
optimizers.py 197 new_p = p + self.momentum * v - lr * g
199 new_p = p + v
203 new_p = p.constraint(new_p)
205 self.updates.append(K.update(p, new_p))
266 new_p = p - lr * g / (K.sqrt(new_a) + self.epsilon)
270 new_p = p.constraint(new_p)
272 self.updates.append(K.update(p, new_p))
327 new_p = p - lr * g / (K.sqrt(new_a) + self.epsilon
    [all...]
backend.py     [all...]
  /external/compiler-rt/lib/msan/
msan_allocator.cc 203 void *new_p = MsanAllocate(stack, new_size, alignment, zeroise); local
205 if (new_p) {
206 CopyMemory(new_p, old_p, memcpy_size, stack);
209 return new_p;
  /external/syslinux/core/lwip/src/core/ipv4/
ip_frag.c 327 * @param new_p points to the pbuf for the current fragment
331 ip_reass_chain_frag_into_datagram_and_validate(struct ip_reassdata *ipr, struct pbuf *new_p)
340 fraghdr = (struct ip_hdr*)new_p->payload;
349 iprh = (struct ip_reass_helper*)new_p->payload;
369 iprh_prev->next_pbuf = new_p;
372 ipr->p = new_p;
405 iprh_prev->next_pbuf = new_p;
415 ipr->p = new_p;
463 ip_reass_pbufcount -= pbuf_clen(new_p);
464 pbuf_free(new_p);
    [all...]
  /external/flatbuffers/include/flatbuffers/
grpc.h 114 uint8_t *new_p = GRPC_SLICE_START_PTR(new_slice); variable
115 memcpy(new_p + (new_size - old_size), old_p, old_size);
118 return new_p;
flatbuffers.h 373 uint8_t *new_p = allocate(new_size);
374 memcpy(new_p + (new_size - old_size), old_p, old_size);
376 return new_p;
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodemv.c 145 const vpx_prob new_p = get_binary_prob(ct[0], ct[1]) | 1; local
147 cost_branch256(ct, new_p) + vp9_cost_one(upd_p) +
151 *cur_p = new_p;
152 vpx_write_literal(w, new_p >> 1, 7);
  /external/tensorflow/tensorflow/python/kernel_tests/distributions/
util_test.py 166 new_logits, new_p = du.get_logits_and_probs(
169 self.assertAllClose(p, new_p.eval(), rtol=1e-5, atol=0.)
177 new_logits, new_p = du.get_logits_and_probs(
180 self.assertAllClose(new_p.eval(), p)
187 new_logits, new_p = du.get_logits_and_probs(
191 self.assertAllClose(p, new_p.eval())
197 new_logits, new_p = du.get_logits_and_probs(
201 self.assertAllClose(p, new_p.eval())
    [all...]
  /external/webp/src/enc/
frame_enc.c 156 const int new_p = CalcTokenProba(nb, total); local
159 const int new_cost = BranchCost(nb, total, new_p)
165 proba->coeffs_[t][b][c][p] = new_p;
166 has_changed |= (new_p != old_p);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.h 1377 void *new_p = Allocate(cache, new_size, alignment); local
    [all...]
  /external/annotation-tools/asmx/test/lib/
bcel-5.1.jar 
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 

Completed in 2232 milliseconds