Home
last modified time | relevance | path

Searched refs:v_code (Results 1 – 25 of 47) sorted by relevance

12

/dports/devel/py-jsonnet/jsonnet-0.17.0/
H A Dsetup.py32 v_code = line.partition('LIB_JSONNET_VERSION')[2].strip('\n "')
33 if v_code[0] == "v":
34 v_code = v_code[1:]
35 return v_code
/dports/devel/jsonnet/jsonnet-0.17.0/
H A Dsetup.py44 v_code = line.partition('LIB_JSONNET_VERSION')[2].strip('\n "')
45 if v_code[0] == "v":
46 v_code = v_code[1:]
47 return v_code
/dports/databases/p5-BSON-XS/BSON-XS-v0.8.4/bson/
H A Dbson-value.c84 dst->value.v_code.code_len = src->value.v_code.code_len; in bson_value_copy()
85 dst->value.v_code.code = bson_malloc (src->value.v_code.code_len + 1); in bson_value_copy()
86 memcpy (dst->value.v_code.code, in bson_value_copy()
87 src->value.v_code.code, in bson_value_copy()
88 dst->value.v_code.code_len); in bson_value_copy()
89 dst->value.v_code.code [dst->value.v_code.code_len] = '\0'; in bson_value_copy()
160 bson_free (value->value.v_code.code); in bson_value_destroy()
H A Dbson-types.h318 } v_code; member
468 const char *v_code,
478 const char *v_code,
/dports/databases/pecl-mongodb/mongodb-1.9.1/src/libmongoc/src/libbson/src/bson/
H A Dbson-value.c87 dst->value.v_code.code_len = src->value.v_code.code_len; in bson_value_copy()
88 dst->value.v_code.code = bson_malloc (src->value.v_code.code_len + 1); in bson_value_copy()
89 memcpy (dst->value.v_code.code, in bson_value_copy()
90 src->value.v_code.code, in bson_value_copy()
91 dst->value.v_code.code_len); in bson_value_copy()
92 dst->value.v_code.code[dst->value.v_code.code_len] = '\0'; in bson_value_copy()
169 bson_free (value->value.v_code.code); in bson_value_destroy()
H A Dbson-types.h333 } v_code; member
470 const char *v_code,
480 const char *v_code,
/dports/devel/libbson/libbson-1.8.1/src/bson/
H A Dbson-value.c86 dst->value.v_code.code_len = src->value.v_code.code_len; in bson_value_copy()
87 dst->value.v_code.code = bson_malloc (src->value.v_code.code_len + 1); in bson_value_copy()
88 memcpy (dst->value.v_code.code, in bson_value_copy()
89 src->value.v_code.code, in bson_value_copy()
90 dst->value.v_code.code_len); in bson_value_copy()
91 dst->value.v_code.code[dst->value.v_code.code_len] = '\0'; in bson_value_copy()
164 bson_free (value->value.v_code.code); in bson_value_destroy()
H A Dbson-types.h315 } v_code; member
452 const char *v_code,
462 const char *v_code,
/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/google/go-jsonnet/
H A Dsetup.py32 v_code = line.partition('=')[2].strip('\n "')
33 if v_code[0] == 'v':
34 return v_code[1:]
/dports/x11/kf5-kdelibs4support/kdelibs4support-5.89.0/src/kssl/kssl/
H A Dcertkde60 $v_code="true";
62 $v_code="false";
66 if ($v_code == "false" && $v_email == "false") {
72 print BDL "code=$v_code\n";
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/c1/
H A Dc1_ValueStack.hpp282 #define for_each_state_value(v_state, v_value, v_code) \ argument
290 v_code; \
295 v_code; \
311 #define for_each_phi_fun(v_block, v_phi, v_code) \ argument
320 v_code; \
328 v_code; \
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/c1/
H A Dc1_ValueStack.hpp282 #define for_each_state_value(v_state, v_value, v_code) \ argument
290 v_code; \
295 v_code; \
311 #define for_each_phi_fun(v_block, v_phi, v_code) \ argument
320 v_code; \
328 v_code; \
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/c1/
H A Dc1_ValueStack.hpp282 #define for_each_state_value(v_state, v_value, v_code) \ argument
290 v_code; \
295 v_code; \
311 #define for_each_phi_fun(v_block, v_phi, v_code) \ argument
320 v_code; \
328 v_code; \
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/c1/
H A Dc1_ValueStack.hpp284 #define for_each_state_value(v_state, v_value, v_code) \ argument
292 v_code; \
297 v_code; \
313 #define for_each_phi_fun(v_block, v_phi, v_code) \ argument
322 v_code; \
330 v_code; \
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/c1/
H A Dc1_ValueStack.hpp284 #define for_each_state_value(v_state, v_value, v_code) \ argument
292 v_code; \
297 v_code; \
313 #define for_each_phi_fun(v_block, v_phi, v_code) \ argument
322 v_code; \
330 v_code; \
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/c1/
H A Dc1_ValueStack.hpp282 #define for_each_state_value(v_state, v_value, v_code) \ argument
290 v_code; \
295 v_code; \
311 #define for_each_phi_fun(v_block, v_phi, v_code) \ argument
320 v_code; \
328 v_code; \
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/c1/
H A Dc1_ValueStack.hpp284 #define for_each_state_value(v_state, v_value, v_code) \ argument
292 v_code; \
297 v_code; \
313 #define for_each_phi_fun(v_block, v_phi, v_code) \ argument
322 v_code; \
330 v_code; \
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/c1/
H A Dc1_ValueStack.hpp284 #define for_each_state_value(v_state, v_value, v_code) \ argument
292 v_code; \
297 v_code; \
313 #define for_each_phi_fun(v_block, v_phi, v_code) \ argument
322 v_code; \
330 v_code; \
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/c1/
H A Dc1_ValueStack.hpp283 #define for_each_state_value(v_state, v_value, v_code) \ argument
291 v_code; \
296 v_code; \
312 #define for_each_phi_fun(v_block, v_phi, v_code) \ argument
321 v_code; \
329 v_code; \
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/c1/
H A Dc1_ValueStack.hpp283 #define for_each_state_value(v_state, v_value, v_code) \ argument
291 v_code; \
296 v_code; \
312 #define for_each_phi_fun(v_block, v_phi, v_code) \ argument
321 v_code; \
329 v_code; \
/dports/lang/v/v-0.1.29/vlib/v/gen/js/
H A Djsgen_test.v20 v_code := os.system('$vexe $v_options -o ${output_dir}${file}.js $path')
21 if v_code != 0 { assert false } // Compilation failed
/dports/graphics/tumble/tumble-0.36/
H A Dg4_table_gen.c258 char *v_code [7] = variable
285 emit_code (4, v_code [i], i == 6, 1, i - 3); in print_v_code()
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/openflow/model/
H A Dopenflow-switch-net-device.cc415 uint16_t v_code = ofi::ValidateVPortActions (ovpm->actions, actions_len); in AddVPort() local
416 if (v_code != ACT_VALIDATION_OK) in AddVPort()
418 SendErrorMsg (OFPET_BAD_ACTION, v_code, ovpm, ntohs (ovpm->header.length)); in AddVPort()
1161 uint16_t v_code = ofi::ValidateActions (&key, opo->actions, actions_len); in ReceivePacketOut() local
1162 if (v_code != ACT_VALIDATION_OK) in ReceivePacketOut()
1164 SendErrorMsg (OFPET_BAD_ACTION, v_code, msg, ntohs (opo->header.length)); in ReceivePacketOut()
1256 uint16_t v_code = ofi::ValidateActions (&flow->key, ofm->actions, actions_len); in AddFlow() local
1257 if (v_code != ACT_VALIDATION_OK) in AddFlow()
1259 SendErrorMsg (OFPET_BAD_ACTION, v_code, ofm, ntohs (ofm->header.length)); in AddFlow()
1322 uint16_t v_code = ofi::ValidateActions (&key, ofm->actions, actions_len); in ModFlow() local
[all …]
/dports/cad/tkgate/tkgate-2.1/src/tkgate/
H A Dscope.c132 if (v->v_code == VC_UNRECORDED) return 0; in isTransition()
133 if (v->v_next->v_code == VC_UNRECORDED) return 0; in isTransition()
134 if (v->v_code == v->v_next->v_code) return 0; in isTransition()
202 switch (V->v_code) { in GValue_getColor()
325 tt = transition_type(V->v_code,V->v_next->v_code); in GTrace_updateTransition()
351 switch (V->v_code) { in GTrace_updateValue()
1216 T->t_last->v_code = vcode; in trace_observe()
1218 if (T->t_last->v_code != vcode || in trace_observe()
1386 V->v_code = Code; in new_Value()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/common/plotters/
H A DDXF_plotter.cpp868 int h_code = 0, v_code = 0; in Text() local
886 v_code = 3; in Text()
889 v_code = 2; in Text()
892 v_code = 1; in Text()
937 h_code, v_code ); in Text()

12