search for: througn

Displaying 4 results from an estimated 4 matches for "througn".

Did you mean: through
2011 Mar 26
0
[LLVMdev] How to read memory data througn adress of unsigned long
On Fri, Mar 25, 2011 at 8:53 PM, Michael.Kang <blackfin.kang at gmail.com> wrote: > I have a value of long type and like to get the data at the adress in the value: > > ################# > unsigned long v = 0xc0008000 > Value* addr = ConstantInt::get(getIntegerType(64), v) > #################### > > Then I try to use LoadInstr to get a load instruction of ir as the
2011 Mar 26
2
[LLVMdev] How to read memory data througn adress of unsigned long
I have a value of long type and like to get the data at the adress in the value: ################# unsigned long v = 0xc0008000 Value* addr = ConstantInt::get(getIntegerType(64), v) #################### Then I try to use LoadInstr to get a load instruction of ir as the following: ############################ Value* data = new LoadInst(addr, "", false, bb); encounter segmentation
2006 Mar 10
1
How to use variables inside rhtml??
...use counters in my rhtml page for dynamic naming of my form elements. eg:- for 1st textbox name will be "text1" for 2nd textbox name will be "text2" ....& so on........ But here I want use a counter variable in rHtml file so that I will use for loop for looping througn each set of elements in form & give name to form elements as "element_name"+i (i is counter variable) I tried it with following code but its nt working:- =========== <% @i=0 %> <% for product in @products %> <%= text_field ''product_item'',''...
2003 Feb 02
0
question about ingress police
...classid 1:1 $TC filter add $EGDEV parent 1:0 protocol ip prio 1 handle 2 tcindex classid 1:2 Question for this line "$TC filter add dev $INDEV parent ffff: protocol ip prio 50 handle 1 fw \ police rate 4Mbit burst 200k continue flowid :2 " does it mean if packet over limit will pass througn to tcindex 2 (later map to BE)??? Thanks for help yuxiao _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/