Searched refs:lives (Results 1 – 25 of 225) sorted by relevance
123456789
38 /* This module lives in marshal.c */41 /* This lives in import.c */44 /* This lives in Python/Python-ast.c */51 /* This lives in gcmodule.c */54 /* This lives in _warnings.c */57 /* This lives in Objects/unicodeobject.c */
37 /* This module lives in marshal.c */40 /* This lives in import.c */43 /* This lives in Python/Python-ast.c */52 /* This lives in gcmodule.c */55 /* This lives in _warnings.c */
8 ; %arg lives in xmm0 and it shouldn't be redefined until it is used in the FMA.10 ; %addr lives in rdi.11 ; %addr2 lives in rsi.
84 void process_live_temps_per_block(Program *program, live& lives, Block* block, in process_live_temps_per_block() argument87 std::vector<RegisterDemand>& register_demand = lives.register_demand[block->index]; in process_live_temps_per_block()92 IDSet live = lives.live_out[block->index]; in process_live_temps_per_block()220 auto it = lives.live_out[pred_idx].insert(t); in process_live_temps_per_block()242 const bool inserted = lives.live_out[preds[i]].insert(operand.tempId()).second; in process_live_temps_per_block()
48 public int lives; field in TestPolymorphicCreators.Cat115 assertEquals(18, cat.lives); in testManualPolymorphicCatBasic()
74 …t y) { return one + c + y; };}; // expected-error {{returning block that lives on the local stack…76 …{ return one + (int)c + y; };}; // expected-error {{returning block that lives on the local stack…
1 [This code's documentation lives on the grpc.io site.](https://grpc.io/docs/quickstart/python.html)
1 [This code's documentation lives on the grpc.io site.](https://grpc.io/docs/tutorials/basic/python.…
13 lives in the `runner` directory. The harness runs BoringSSL via a C/C++ shim14 binary which lives in this directory. All communication with the shim binary
3 More complete documentation lives at [grpc.io](https://grpc.io/docs/tutorials/basic/python.html).
3 Java code lives at:
4 deleted. The current Keras code lives in
3 The majority of Chrome's QUIC implementation lives in the [QUICHE
2 lives in this directory is not allowed to depend on anything other than base/
4 this to infra/luci folder where the other LUCI code lives.
6 Java code lives at:
13 This code lives in the TfLite codebase, since TfLite is the first open-source
3 Code that goes in the libwebsockets library itself lives down ./lib
10 scripts. These exist just so that every merge script we know about lives in a
35 // where the file lives relative to the base directory of the repository, as41 // the file lives relative to the base directory of the repository, as
18 # Since the GN build lives in Pigweed for now, PICO_ROOT is
6 Unfortunately, the above link is now dead, but the test data lives on.
23 # pip lives at /usr/local/bin/pip. We'll use the absolute path for now, since